Home
last modified time | relevance | path

Searched refs:ServiceInterface (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/build/hb/services/interface/
H A Dbuild_file_generator_interface.py20 from services.interface.service_interface import ServiceInterface
24 class BuildFileGeneratorInterface(ServiceInterface):
H A Dbuild_executor_interface.py20 from services.interface.service_interface import ServiceInterface
25 class BuildExecutorInterface(ServiceInterface):
H A Dpreload_interface.py19 from services.interface.service_interface import ServiceInterface
24 class PreloadInterface(ServiceInterface):
H A Dload_interface.py19 from services.interface.service_interface import ServiceInterface
24 class LoadInterface(ServiceInterface):
H A Dservice_interface.py21 class ServiceInterface(metaclass=ABCMeta): class
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_download_callback_stub.h26 using ServiceInterface = std::function<int32_t(MessageParcel &data, MessageParcel &reply)>; variable
34 std::map<uint32_t, ServiceInterface> opToInterfaceMap_;
H A Dcloud_sync_callback_stub.h25 using ServiceInterface = std::function<int32_t(MessageParcel &data, MessageParcel &reply)>; variable
33 std::map<uint32_t, ServiceInterface> opToInterfaceMap_;
H A Ddownload_asset_callback_stub.h25 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 Dcloud_sync_service_stub.h24 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 Dservice_reverse_stub.h34 …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 Dservice_stub.h34 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 Dnetsys_native_service_stub.h46 …using ServiceInterface = int32_t (NetsysNativeServiceStub::*)(MessageParcel &data, MessageParcel &…
47 std::map<uint32_t, ServiceInterface> opToInterfaceMap_;