add testModule's dep

Signed-off-by: donglin <donglin9@huawei.com>
This commit is contained in:
donglin 2022-08-05 15:18:58 +08:00
parent a3249763fa
commit d622475cad

View File

@ -69,12 +69,12 @@ static bool IsCrowdtestExpired(const Want &want, int32_t userId)
[[maybe_unused]] static void AppFwkBootEventCallback(const char *key, const char *value, void *context)
{
if (strcmp(value, "true") == 0) {
HILOG_INFO("[DongLin]%{public}s %{public}s is true", __func__, key);
HILOG_INFO("%{public}s %{public}s is true", __func__, key);
Want want;
want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_BOOT_COMPLETED);
EventFwk::CommonEventData commonData {want};
EventFwk::CommonEventManager::PublishCommonEvent(commonData);
HILOG_INFO("[DongLin] BootEvent completed");
HILOG_INFO("BootEvent completed");
}
}
} // namespace ApplicationlUtil