/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/ |
H A D | common.h | 67 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 D | ext_backup_js.h | 58 CallbackInfo(std::function<void(ErrCode, std::string)> callbackIn) : callback(callbackIn) {} in CallbackInfo()
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | common.cpp | 88 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 D | pasteboard_common.h | 32 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const napi_value *result);
|
/foundation/resourceschedule/device_standby/interfaces/kits/napi/include/ |
H A D | common.h | 49 static void SetCallback(const napi_env& env, const napi_ref& callbackIn,
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/ |
H A D | common.h | 159 * @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 D | bundle_state_common.h | 51 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 D | common.cpp | 77 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 D | pasteboard_common.cpp | 38 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 D | bundle_state_common.cpp | 89 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 D | common.cpp | 535 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
|