/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/connection/ |
H A D | ui_service_host_stub.h | 39 … using RequestFuncType = int32_t (UIServiceHostStub::*)(MessageParcel& data, MessageParcel& reply); 40 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
H A D | ui_service_stub.h | 35 using RequestFuncType = int32_t (UIServiceStub::*)(MessageParcel& data, MessageParcel& reply); 36 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/ |
H A D | observer_callback_stub.h | 40 … using RequestFuncType = int (ObserverCallbackStub::*)(MessageParcel &data, MessageParcel &reply); variable 41 std::map<uint32_t, RequestFuncType> stubFuncMap_ = {};
|
H A D | file_access_service_stub.h | 44 … using RequestFuncType = int (FileAccessServiceStub::*)(MessageParcel &data, MessageParcel &reply); variable 45 std::map<uint32_t, RequestFuncType> stubFuncMap_;
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/include/ |
H A D | update_service_module.h | 35 using RequestFuncType = int32_t (*)(uint32_t code, variable 41 void RegisterFunc(std::vector<uint32_t> codes, RequestFuncType handleRemoteRequest);
|
H A D | module_manager.h | 42 void HookFunc(std::vector<uint32_t>, RequestFuncType handleRemoteRequest); 55 static std::map<uint32_t, RequestFuncType> onRemoteRequestFuncMap_;
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/satellite/ |
H A D | satellite_core_callback_stub.h | 42 using RequestFuncType = std::function<int32_t(MessageParcel &data, MessageParcel &reply)>; 43 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/include/ |
H A D | ui_service_mgr_stub.h | 46 … using RequestFuncType = int32_t (UIServiceMgrStub ::*)(MessageParcel& data, MessageParcel& reply); 47 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/ims/include/ |
H A D | ims_core_service_callback_stub.h | 44 using RequestFuncType = std::function<int32_t(MessageParcel &data, MessageParcel &reply)>; 45 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_service_stub.h | 41 using RequestFuncType = std::function<int32_t (MessageParcel& data, MessageParcel& reply)>; variable 42 std::map<uint32_t, RequestFuncType> funcMap_;
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/satellite/ |
H A D | satellite_sms_callback_stub.h | 43 using RequestFuncType = std::function<int32_t(MessageParcel &data, MessageParcel &reply)>; 44 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/ |
H A D | dataobs_mgr_stub.h | 49 …using RequestFuncType = int32_t (DataObsManagerStub::*)(MessageParcel &data, MessageParcel &reply); 50 static const RequestFuncType HANDLES[TRANS_BUTT];
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | data_ability_observer_stub.h | 55 …using RequestFuncType = int (DataAbilityObserverStub::*)(MessageParcel &data, MessageParcel &reply… variable 56 static const RequestFuncType HANDLES[TRANS_BUTT];
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/ |
H A D | data_ability_observer_stub.h | 55 …using RequestFuncType = int (DataAbilityObserverStub::*)(MessageParcel &data, MessageParcel &reply… variable 56 static const RequestFuncType HANDLES[TRANS_BUTT];
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ui_service_manager/include/ |
H A D | ui_service_stub.h | 41 using RequestFuncType = int32_t (UIServiceStub::*)(MessageParcel& data, MessageParcel& reply); 42 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
H A D | sec_comp_stub.h | 43 using RequestFuncType = int32_t (SecCompStub::*)(MessageParcel& data, MessageParcel& reply); 44 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/src/ |
H A D | module_manager.cpp | 26 std::map<uint32_t, RequestFuncType> ModuleManager::onRemoteRequestFuncMap_; 79 void ModuleManager::HookFunc(std::vector<uint32_t> codes, RequestFuncType handleRemoteRequest) in HookFunc() 98 return ((RequestFuncType)onRemoteRequestFuncMap_[code])(code, data, reply, option); in HandleFunc()
|
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/ims/ |
H A D | ims_sms_callback_stub.h | 54 using RequestFuncType = std::function<int32_t(MessageParcel &data, MessageParcel &reply)>; 55 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/include/ |
H A D | module_update_stub.h | 30 using RequestFuncType = std::function<int (ModuleUpdateStub *service, 59 std::unordered_map<uint32_t, RequestFuncType> requestFuncMap_ {};
|
H A D | sys_installer_stub.h | 31 using RequestFuncType = std::function<int (SysInstallerStub *service, 60 std::unordered_map<uint32_t, RequestFuncType> requestFuncMap_ {};
|
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/satellite/ |
H A D | satellite_call_callback_stub.h | 57 using RequestFuncType = std::function<int32_t(MessageParcel &data, MessageParcel &reply)>; 58 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/include/service/ |
H A D | sandbox_manager_stub.h | 58 …using RequestFuncType = int32_t (SandboxManagerStub::*)(MessageParcel &data, MessageParcel &reply); 59 std::map<uint32_t, RequestFuncType> requestFuncMap_;
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/ |
H A D | res_sched_service_stub.h | 57 using RequestFuncType = std::function<int32_t (MessageParcel& data, MessageParcel& reply)>; variable 58 std::map<uint32_t, RequestFuncType> funcMap_;
|
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/ |
H A D | file_access_ext_stub.h | 58 using RequestFuncType = int (FileAccessExtStub::*)(MessageParcel &data, MessageParcel &reply); variable 59 std::map<uint32_t, RequestFuncType> stubFuncMap_;
|
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/ |
H A D | dlp_permission_stub.h | 28 using RequestFuncType = std::function<int32_t(MessageParcel&, MessageParcel&)>; variable 72 RequestFuncType funcType;
|