Home
last modified time | relevance | path

Searched refs:RequestFuncType (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/connection/
H A Dui_service_host_stub.h39 … using RequestFuncType = int32_t (UIServiceHostStub::*)(MessageParcel& data, MessageParcel& reply);
40 std::map<uint32_t, RequestFuncType> requestFuncMap_;
H A Dui_service_stub.h35 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 Dobserver_callback_stub.h40 … using RequestFuncType = int (ObserverCallbackStub::*)(MessageParcel &data, MessageParcel &reply); variable
41 std::map<uint32_t, RequestFuncType> stubFuncMap_ = {};
H A Dfile_access_service_stub.h44 … 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 Dupdate_service_module.h35 using RequestFuncType = int32_t (*)(uint32_t code, variable
41 void RegisterFunc(std::vector<uint32_t> codes, RequestFuncType handleRemoteRequest);
H A Dmodule_manager.h42 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 Dsatellite_core_callback_stub.h42 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 Dui_service_mgr_stub.h46 … 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 Dims_core_service_callback_stub.h44 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 Dconcurrent_task_service_stub.h41 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 Dsatellite_sms_callback_stub.h43 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 Ddataobs_mgr_stub.h49 …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 Ddata_ability_observer_stub.h55 …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 Ddata_ability_observer_stub.h55 …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 Dui_service_stub.h41 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 Dsec_comp_stub.h43 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 Dmodule_manager.cpp26 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 Dims_sms_callback_stub.h54 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 Dmodule_update_stub.h30 using RequestFuncType = std::function<int (ModuleUpdateStub *service,
59 std::unordered_map<uint32_t, RequestFuncType> requestFuncMap_ {};
H A Dsys_installer_stub.h31 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 Dsatellite_call_callback_stub.h57 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 Dsandbox_manager_stub.h58 …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 Dres_sched_service_stub.h57 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 Dfile_access_ext_stub.h58 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 Ddlp_permission_stub.h28 using RequestFuncType = std::function<int32_t(MessageParcel&, MessageParcel&)>; variable
72 RequestFuncType funcType;

12