Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_set_param.cpp436 bool &fromBundle, napi_value &lastParam) in ParseSetStaticSubscriberStateParam() argument
452 fromBundle = true; in ParseSetStaticSubscriberStateParam()
503 bool fromBundle = false; in OnSetStaticSubscriberState() local
504 if (!ParseSetStaticSubscriberStateParam(env, info, events, fromBundle, lastParam)) { in OnSetStaticSubscriberState()
510 …auto complete = [enable, events, fromBundle](napi_env env, AbilityRuntime::NapiAsyncTask &task, in… in OnSetStaticSubscriberState()
511 auto ret = fromBundle ? CommonEventManager::SetStaticSubscriberState(events, enable) in OnSetStaticSubscriberState()