Searched refs:ServiceInterface (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/build/hb/services/interface/ |
H A D | build_file_generator_interface.py | 20 from services.interface.service_interface import ServiceInterface 24 class BuildFileGeneratorInterface(ServiceInterface):
|
H A D | build_executor_interface.py | 20 from services.interface.service_interface import ServiceInterface 25 class BuildExecutorInterface(ServiceInterface):
|
H A D | preload_interface.py | 19 from services.interface.service_interface import ServiceInterface 24 class PreloadInterface(ServiceInterface):
|
H A D | load_interface.py | 19 from services.interface.service_interface import ServiceInterface 24 class LoadInterface(ServiceInterface):
|
H A D | service_interface.py | 21 class ServiceInterface(metaclass=ABCMeta): class
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_download_callback_stub.h | 26 using ServiceInterface = std::function<int32_t(MessageParcel &data, MessageParcel &reply)>; variable 34 std::map<uint32_t, ServiceInterface> opToInterfaceMap_;
|
H A D | cloud_sync_callback_stub.h | 25 using ServiceInterface = std::function<int32_t(MessageParcel &data, MessageParcel &reply)>; variable 33 std::map<uint32_t, ServiceInterface> opToInterfaceMap_;
|
H A D | download_asset_callback_stub.h | 25 using ServiceInterface = std::function<int32_t(MessageParcel &data, MessageParcel &reply)>; variable 33 std::map<uint32_t, ServiceInterface> opToInterfaceMap_;
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/ |
H A D | cloud_sync_service_stub.h | 24 using ServiceInterface = std::function<int32_t(MessageParcel &data, MessageParcel &reply)>; variable 32 std::map<uint32_t, ServiceInterface> opToInterfaceMap_;
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/include/ |
H A D | service_reverse_stub.h | 34 …using ServiceInterface = int32_t (ServiceReverseStub::*)(MessageParcel &data, MessageParcel &reply… 35 std::map<uint32_t, ServiceInterface> opToInterfaceMap_;
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service_stub.h | 34 using ServiceInterface = int32_t (ServiceStub::*)(MessageParcel &data, MessageParcel &reply); 35 std::map<uint32_t, ServiceInterface> opToInterfaceMap_;
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service_stub.h | 46 …using ServiceInterface = int32_t (NetsysNativeServiceStub::*)(MessageParcel &data, MessageParcel &… 47 std::map<uint32_t, ServiceInterface> opToInterfaceMap_;
|