/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
H A D | sys_installer_client.cpp | 25 class ProcessCallback : public ISysInstallerCallbackFunc { class 27 ProcessCallback() = default; 28 ~ProcessCallback() = default; 45 sptr<ISysInstallerCallbackFunc> callback = new ProcessCallback; in main()
|
/ohos5.0/base/update/sys_installer/test/fuzztest/imoduleupdate_fuzzer/ |
H A D | imodule_update_fuzzer.cpp | 40 class ProcessCallback : public ISysInstallerCallbackFunc { class 42 ProcessCallback() = default; 43 ~ProcessCallback() = default; 54 sptr<ISysInstallerCallbackFunc> callback = new ProcessCallback; in FuzzModuleUpdateOther()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | quick_fix_callback_with_record.cpp | 30 ProcessCallback(resultCode, recordId); in OnLoadPatchDone() 39 ProcessCallback(resultCode, recordId); in OnUnloadPatchDone() 48 ProcessCallback(resultCode, recordId); in OnReloadPageDone() 54 void QuickFixCallbackWithRecord::ProcessCallback(int32_t resultCode, int32_t recordId) in ProcessCallback() function in OHOS::AppExecFwk::QuickFixCallbackWithRecord
|
/ohos5.0/base/update/sys_installer/tools/module_update_tool/ |
H A D | main.cpp | 102 class ProcessCallback : public ISysInstallerCallbackFunc { class 104 ProcessCallback() = default; 105 ~ProcessCallback() = default; 115 sptr<ISysInstallerCallbackFunc> callback = new ProcessCallback; in UpdateModulePackage()
|
/ohos5.0/base/security/device_security_level/services/sa/lite/mini/ |
H A D | dslm_inner_process.c | 109 static void ProcessCallback(uint32_t owner, uint32_t cookie, uint32_t result, const DslmCallbackInf… in ProcessCallback() function 145 …ret = OnRequestDeviceSecLevelInfo(req->identity, req->option, owner, req->cookie, ProcessCallback); in DslmProcessGetDeviceSecurityLevel()
|
/ohos5.0/base/security/device_security_level/services/sa/lite/small/ |
H A D | dslm_ipc_process.c | 134 static void ProcessCallback(uint32_t owner, uint32_t cookie, uint32_t result, const DslmCallbackInf… in ProcessCallback() function 170 ret = OnRequestDeviceSecLevelInfo(&identity, &option, owner, cookie, ProcessCallback); in DslmProcessGetDeviceSecurityLevel()
|
/ohos5.0/base/security/device_security_level/services/sa/standard/ |
H A D | dslm_ipc_process.cpp | 43 static void ProcessCallback(uint32_t owner, uint32_t cookie, uint32_t result, const DslmCallbackInf… in ProcessCallback() function 169 ret = OnRequestDeviceSecLevelInfo(&identity, &option, owner, cookie, ProcessCallback); in DslmProcessGetDeviceSecurityLevel()
|
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/dialog/ |
H A D | cm_napi_open_dialog.cpp | 118 void CmUIExtensionCallback::ProcessCallback(napi_env env, const CommonAsyncContext* asyncContext) in ProcessCallback() function in CMNapi::CmUIExtensionCallback 153 ProcessCallback(this->reqContext_->env, this->reqContext_.get()); in SendMessageBack()
|
H A D | cm_napi_open_install_dialog.cpp | 73 void ProcessCallback(napi_env env, const CommonAsyncContext* asyncContext) override in ProcessCallback() function in CMNapi::CmInstallUIExtensionCallback
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/common/ |
H A D | dm_napi_common.h | 56 void ProcessCallback(napi_env env, napi_ref ref, napi_value result[], int count); 92 ProcessCallback(env, info->ref, result, PARAM_NUMBER); in CompleteFunc()
|
H A D | dm_napi_common.cpp | 120 void ProcessCallback(napi_env env, napi_ref ref, napi_value result[], int count) in ProcessCallback() function
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | quick_fix_callback_with_record.h | 43 void ProcessCallback(int32_t resultCode, int32_t recordId);
|
/ohos5.0/base/notification/eventhandler/frameworks/cj/src/ |
H A D | emitter.cpp | 275 …void ProcessCallback(const InnerEvent::Pointer& event, std::unordered_set<CallbackInfo *>& callbac… in ProcessCallback() function 322 ProcessCallback(event, callbackInfos); in ProcessEvent()
|
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/include/dialog/ |
H A D | cm_napi_open_dialog.h | 77 virtual void ProcessCallback(napi_env env, const CommonAsyncContext* asyncContext);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 309 static inline void ProcessCallback(napi_env env, napi_ref ref, napi_value* result) in ProcessCallback() function 341 ProcessCallback(env, context->callbackRef, result); in CommonCallbackRoutine()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 297 static inline void ProcessCallback(napi_env env, napi_ref ref, napi_value* result) in ProcessCallback() function 327 ProcessCallback(env, context->callbackRef, result); in CommonCallbackRoutine()
|
/ohos5.0/base/notification/eventhandler/frameworks/napi/src/ |
H A D | events_emitter.cpp | 61 void ProcessCallback(const EventDataWorker* eventDataInner) in ProcessCallback() function 116 ProcessCallback(eventDataInner); in ThreadSafeCallback()
|