Home
last modified time | relevance | path

Searched refs:taskUndefined (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/extension/src/
H A Djs_static_subscriber_extension_context.cpp97 napi_value taskUndefined = nullptr; in OnStartAbility() local
98 napi_get_undefined(env, &taskUndefined); in OnStartAbility()
99 task.Resolve(env, taskUndefined); in OnStartAbility()