Home
last modified time | relevance | path

Searched defs:callbackIn (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_utils.cpp144 …const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &resul… in SetCallback()
161 const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback()
175 …const napi_env &env, const napi_ref &callbackIn, const napi_value &result0, const napi_value &resu… in SetCallbackArg2()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_utils.cpp178 …const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &resul… in SetCallback()
195 const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback()
209 …const napi_env &env, const napi_ref &callbackIn, const napi_value &result0, const napi_value &resu… in SetCallbackArg2()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event_set_param.cpp347 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int8_t &errorCode, const na… in SetCallback()
364 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dcommon.cpp88 void Common::SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback()
103 … const napi_env &env, const napi_ref &callbackIn, const int32_t &errCode, const napi_value &result) in SetCallback()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_set_param.cpp380 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const n… in SetCallback()
398 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value &result) in SetCallback()
/ohos5.0/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp139 void NapiUtils::SetCallback(napi_env env, napi_ref callbackIn, int32_t errorCode, const std::string… in SetCallback()
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dcommon.cpp77 … const napi_env& env, const napi_ref& callbackIn, const int32_t& errCode, const napi_value& result) in SetCallback()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dpasteboard_common.cpp39 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value *results) in SetCallback()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_state_common.cpp89 …const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &resul… in SetCallbackInfo()
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp535 const napi_env &env, const napi_ref &callbackIn, int32_t errCode, const napi_value &result) in SetCallback()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp1047 … const napi_env &env, const napi_ref &callbackIn, const int32_t &errCode, const napi_value &result) in SetCallback()
H A Dpublish.cpp267 napi_value DealErrorReturn(const napi_env &env, const napi_ref &callbackIn, const napi_value &resul… in DealErrorReturn()