mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-12-19 07:58:03 +00:00
add testModule's dep
Signed-off-by: donglin <donglin9@huawei.com>
This commit is contained in:
parent
a3249763fa
commit
d622475cad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user