Home
last modified time | relevance | path

Searched refs:callbackIn (Results 1 - 11 of 11) sorted by relevance

/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Dcommon.h67 static void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value &result);
69 static void SetCallback(const napi_env &env, const napi_ref &callbackIn,
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_backup_js.h58 CallbackInfo(std::function<void(ErrCode, std::string)> callbackIn) : callback(callbackIn) {} in CallbackInfo()
/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() argument
97 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
103 const napi_env &env, const napi_ref &callbackIn, const int32_t &errCode, const napi_value &result) in SetCallback()
110 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
102 SetCallback( const napi_env &env, const napi_ref &callbackIn, const int32_t &errCode, const napi_value &result) SetCallback() argument
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpasteboard_common.h32 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value *result);
/foundation/resourceschedule/device_standby/interfaces/kits/napi/include/
H A Dcommon.h49 static void SetCallback(const napi_env& env, const napi_ref& callbackIn,
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dcommon.h159 * @param callbackIn The callback.
163 static void SetCallback(const napi_env &env, const napi_ref &callbackIn,
/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dbundle_state_common.h51 const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &result);
/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()
84 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
76 SetCallback( const napi_env& env, const napi_ref& callbackIn, const int32_t& errCode, const napi_value& result) SetCallback() argument
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dpasteboard_common.cpp38 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value *results) in SetCallback() argument
45 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
/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 &result) in SetCallbackInfo()
96 napi_get_reference_value(env, callbackIn, &callback); in SetCallbackInfo()
88 SetCallbackInfo( const napi_env &env, const napi_ref &callbackIn, const int32_t &errorCode, const napi_value &result) SetCallbackInfo() argument
/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()
542 napi_get_reference_value(env, callbackIn, &callback); in SetCallback()
534 SetCallback( const napi_env &env, const napi_ref &callbackIn, int32_t errCode, const napi_value &result) SetCallback() argument

Completed in 7 milliseconds