Home
last modified time | relevance | path

Searched refs:opToInterfaceMap_ (Results 1 - 25 of 38) sorted by relevance

12

/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_stub_mock.cpp29 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_FINISH)] = &ServiceStub::CmdFinish; in ServiceStub()
30 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_RELSEASE_SESSION)] = in ServiceStub()
32 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_INIT_RESTORE_SESSION)] = in ServiceStub()
34 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_INIT_BACKUP_SESSION)] = in ServiceStub()
36 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_GET_LOCAL_CAPABILITIES)] = in ServiceStub()
38 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_APP_FILE_READY)] = in ServiceStub()
40 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_PUBLISH_FILE)] = in ServiceStub()
42 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_APP_DONE)] = &ServiceStub::CmdAppDone; in ServiceStub()
43 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_START)] = &ServiceStub::CmdStart; in ServiceStub()
44 opToInterfaceMap_[static_cas in ServiceStub()
[all...]
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Dservice_reverse_stub.cpp39 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest()
40 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
48 opToInterfaceMap_[static_cast<uint32_t>(IServiceReverseInterfaceCode::SERVICER_INCREMENTAL_RESTORE_ON_FILE_READY)] = in ServiceReverseStubSupplement()
50 opToInterfaceMap_[static_cast<uint32_t>( in ServiceReverseStubSupplement()
53 opToInterfaceMap_[static_cast<uint32_t>( in ServiceReverseStubSupplement()
56 opToInterfaceMap_[static_cast<uint32_t>( in ServiceReverseStubSupplement()
59 opToInterfaceMap_[static_cast<uint32_t>( in ServiceReverseStubSupplement()
62 opToInterfaceMap_[static_cast<uint32_t>( in ServiceReverseStubSupplement()
69 opToInterfaceMap_[static_cast<uint32_t>(IServiceReverseInterfaceCode::SERVICER_BACKUP_ON_FILE_READY)] = in ServiceReverseStub()
71 opToInterfaceMap_[static_cas in ServiceReverseStub()
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service_stub.cpp66 opToInterfaceMap_[static_cast<uint32_t>(NetsysInterfaceCode::NETSYS_SET_RESOLVER_CONFIG)] = in InitNetInfoOpToInterfaceMap()
68 opToInterfaceMap_[static_cast<uint32_t>(NetsysInterfaceCode::NETSYS_GET_RESOLVER_CONFIG)] = in InitNetInfoOpToInterfaceMap()
70 opToInterfaceMap_[static_cast<uint32_t>(NetsysInterfaceCode::NETSYS_CREATE_NETWORK_CACHE)] = in InitNetInfoOpToInterfaceMap()
72 opToInterfaceMap_[static_cast<uint32_t>(NetsysInterfaceCode::NETSYS_DESTROY_NETWORK_CACHE)] = in InitNetInfoOpToInterfaceMap()
74 opToInterfaceMap_[static_cast<uint32_t>(NetsysInterfaceCode::NETSYS_GET_ADDR_INFO)] = in InitNetInfoOpToInterfaceMap()
76 opToInterfaceMap_[static_cast<uint32_t>(NetsysInterfaceCode::NETSYS_INTERFACE_SET_MTU)] = in InitNetInfoOpToInterfaceMap()
78 opToInterfaceMap_[static_cast<uint32_t>(NetsysInterfaceCode::NETSYS_INTERFACE_GET_MTU)] = in InitNetInfoOpToInterfaceMap()
80 opToInterfaceMap_[static_cast<uint32_t>(NetsysInterfaceCode::NETSYS_SET_TCP_BUFFER_SIZES)] = in InitNetInfoOpToInterfaceMap()
82 opToInterfaceMap_[static_cast<uint32_t>(NetsysInterfaceCode::NETSYS_REGISTER_NOTIFY_CALLBACK)] = in InitNetInfoOpToInterfaceMap()
84 opToInterfaceMap_[static_cas in InitNetInfoOpToInterfaceMap()
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp87 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::PREPARE_ADD_USER)] = in StorageManagerStub()
89 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::REMOVE_USER)] = in StorageManagerStub()
91 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::PREPARE_START_USER)] = in StorageManagerStub()
93 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::STOP_USER)] = in StorageManagerStub()
95 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::GET_TOTAL)] = in StorageManagerStub()
97 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::GET_FREE)] = in StorageManagerStub()
99 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::GET_SYSTEM_SIZE)] = in StorageManagerStub()
101 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::GET_TOTAL_SIZE)] = in StorageManagerStub()
103 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::GET_FREE_SIZE)] = in StorageManagerStub()
105 opToInterfaceMap_[static_cas in StorageManagerStub()
[all...]
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service_stub.cpp30 opToInterfaceMap_[static_cast<uint32_t>(CloudFileSyncServiceInterfaceCode::SERVICE_CMD_UNREGISTER_CALLBACK)] = in CloudSyncServiceStub()
32 opToInterfaceMap_[static_cast<uint32_t>(CloudFileSyncServiceInterfaceCode::SERVICE_CMD_REGISTER_CALLBACK)] = in CloudSyncServiceStub()
34 opToInterfaceMap_[static_cast<uint32_t>(CloudFileSyncServiceInterfaceCode::SERVICE_CMD_START_SYNC)] = in CloudSyncServiceStub()
36 opToInterfaceMap_[static_cast<uint32_t>(CloudFileSyncServiceInterfaceCode::SERVICE_CMD_TRIGGER_SYNC)] = in CloudSyncServiceStub()
38 opToInterfaceMap_[static_cast<uint32_t>(CloudFileSyncServiceInterfaceCode::SERVICE_CMD_STOP_SYNC)] = in CloudSyncServiceStub()
40 opToInterfaceMap_[static_cast<uint32_t>(CloudFileSyncServiceInterfaceCode::SERVICE_CMD_CHANGE_APP_SWITCH)] = in CloudSyncServiceStub()
42 opToInterfaceMap_[static_cast<uint32_t>(CloudFileSyncServiceInterfaceCode::SERVICE_CMD_CLEAN)] = in CloudSyncServiceStub()
44 opToInterfaceMap_[static_cast<uint32_t>(CloudFileSyncServiceInterfaceCode::SERVICE_CMD_NOTIFY_DATA_CHANGE)] = in CloudSyncServiceStub()
46 opToInterfaceMap_[static_cast<uint32_t>(CloudFileSyncServiceInterfaceCode::SERVICE_CMD_NOTIFY_EVENT_CHANGE)] = in CloudSyncServiceStub()
48 opToInterfaceMap_[static_cas in CloudSyncServiceStub()
[all...]
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension_stub.cpp30 opToInterfaceMap_[static_cast<uint32_t>(IExtensionInterfaceCode::CMD_GET_FILE_HANDLE)] = in ExtExtensionStub()
32 opToInterfaceMap_[static_cast<uint32_t>(IExtensionInterfaceCode::CMD_HANDLE_CLAER)] = in ExtExtensionStub()
34 opToInterfaceMap_[static_cast<uint32_t>(IExtensionInterfaceCode::CMD_HANDLE_BACKUP)] = in ExtExtensionStub()
36 opToInterfaceMap_[static_cast<uint32_t>(IExtensionInterfaceCode::CMD_PUBLISH_FILE)] = in ExtExtensionStub()
38 opToInterfaceMap_[static_cast<uint32_t>(IExtensionInterfaceCode::CMD_HANDLE_RESTORE)] = in ExtExtensionStub()
40 opToInterfaceMap_[static_cast<uint32_t>(IExtensionInterfaceCode::CMD_GET_INCREMENTAL_FILE_HANDLE)] = in ExtExtensionStub()
42 opToInterfaceMap_[static_cast<uint32_t>(IExtensionInterfaceCode::CMD_PUBLISH_INCREMENTAL_FILE)] = in ExtExtensionStub()
44 opToInterfaceMap_[static_cast<uint32_t>(IExtensionInterfaceCode::CMD_HANDLE_INCREMENTAL_BACKUP)] = in ExtExtensionStub()
46 opToInterfaceMap_[static_cast<uint32_t>(IExtensionInterfaceCode::CMD_GET_INCREMENTAL_BACKUP_FILE_HANDLE)] = in ExtExtensionStub()
48 opToInterfaceMap_[static_cas in ExtExtensionStub()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_stub.cpp29 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::SHUTDOWN)] = in StorageDaemonStub()
31 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::CHECK)] = in StorageDaemonStub()
33 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::MOUNT)] = in StorageDaemonStub()
35 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::UMOUNT)] = in StorageDaemonStub()
37 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::PARTITION)] = in StorageDaemonStub()
39 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::FORMAT)] = in StorageDaemonStub()
41 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::SET_VOL_DESC)] = in StorageDaemonStub()
43 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::PREPARE_USER_DIRS)] = in StorageDaemonStub()
45 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::DESTROY_USER_DIRS)] = in StorageDaemonStub()
47 opToInterfaceMap_[static_cas in StorageDaemonStub()
[all...]
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_stub.cpp39 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_UPDATE_TIMER)] = in ServiceStubSupplement()
41 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_UPDATE_SENDRATE)] = in ServiceStubSupplement()
43 opToInterfaceMap_[static_cast<uint32_t>( in ServiceStubSupplement()
46 opToInterfaceMap_[static_cast<uint32_t>( in ServiceStubSupplement()
49 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_START_EXT_TIMER)] = in ServiceStubSupplement()
51 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_START_FWK_TIMER)] = in ServiceStubSupplement()
57 opToInterfaceMap_[static_cast<uint32_t>( in ServiceStubSuppAppendBundles()
60 opToInterfaceMap_[static_cast<uint32_t>( in ServiceStubSuppAppendBundles()
67 opToInterfaceMap_[static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_INIT_RESTORE_SESSION)] = in ServiceStub()
69 opToInterfaceMap_[static_cas in ServiceStub()
[all...]
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Ddownload_asset_callback_stub.cpp25 opToInterfaceMap_[SERVICE_CMD_ON_DOWNLOAD_FINSHED] = [this](MessageParcel &data, MessageParcel &reply) { in DownloadAssetCallbackStub()
38 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest()
39 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
H A Dcloud_sync_callback_stub.cpp25 opToInterfaceMap_[SERVICE_CMD_ON_SYNC_STATE_CHANGED] = [this](MessageParcel &data, MessageParcel &reply) { in CloudSyncCallbackStub()
38 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest()
39 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
H A Dcloud_download_callback_stub.cpp26 opToInterfaceMap_[SERVICE_CMD_ON_PROCESS] = [this](MessageParcel &data, MessageParcel &reply) { in CloudDownloadCallbackStub()
39 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest()
40 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/asset/
H A Dasset_recv_callback_stub.cpp28 opToInterfaceMap_[static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_START)] = in AssetRecvCallbackStub()
30 opToInterfaceMap_[static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_FINISHED)] = in AssetRecvCallbackStub()
42 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest()
43 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
H A Dasset_send_callback_stub.cpp28 opToInterfaceMap_[static_cast<uint32_t>(AssetCallbackInterfaceCode::ASSET_CALLBACK_ON_SEND_RESULT)] = in AssetSendCallbackStub()
40 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest()
41 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/
H A Dcloud_daemon_stub.cpp28 opToInterfaceMap_[static_cast<uint32_t>(CloudFileDaemonInterfaceCode::CLOUD_DAEMON_CMD_START_FUSE)] = in CloudDaemonStub()
41 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest()
42 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Dfile_trans_listener_stub.cpp28 opToInterfaceMap_[static_cast<uint32_t>(FileTransListenerInterfaceCode::FILE_TRANS_LISTENER_ON_PROGRESS)] = in FileTransListenerStub()
30 opToInterfaceMap_[static_cast<uint32_t>(FileTransListenerInterfaceCode::FILE_TRANS_LISTENER_ON_FAILED)] = in FileTransListenerStub()
32 opToInterfaceMap_[static_cast<uint32_t>(FileTransListenerInterfaceCode::FILE_TRANS_LISTENER_ON_FINISHED)] = in FileTransListenerStub()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_stub.cpp33 opToInterfaceMap_[static_cast<uint32_t>(DistributedFileDaemonInterfaceCode::DISTRIBUTED_FILE_OPEN_P2P_CONNECTION)] = in DaemonStub()
35 opToInterfaceMap_[static_cast<uint32_t>( in DaemonStub()
38 opToInterfaceMap_[static_cast<uint32_t>( in DaemonStub()
41 opToInterfaceMap_[static_cast<uint32_t>( in DaemonStub()
44 opToInterfaceMap_[static_cast<uint32_t>(DistributedFileDaemonInterfaceCode::DISTRIBUTED_FILE_PREPARE_SESSION)] = in DaemonStub()
46 opToInterfaceMap_[static_cast<uint32_t>(DistributedFileDaemonInterfaceCode::DISTRIBUTED_FILE_CANCEL_COPY_TASK)] = in DaemonStub()
48 opToInterfaceMap_[static_cast<uint32_t>(DistributedFileDaemonInterfaceCode::DISTRIBUTED_FILE_REQUEST_SEND_FILE)] = in DaemonStub()
50 opToInterfaceMap_[static_cast<uint32_t>( in DaemonStub()
53 opToInterfaceMap_[static_cast<uint32_t>( in DaemonStub()
56 opToInterfaceMap_[static_cas in DaemonStub()
[all...]
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_download_callback_stub.h34 std::map<uint32_t, ServiceInterface> opToInterfaceMap_; member in OHOS::FileManagement::CloudSync::CloudDownloadCallbackStub
H A Dcloud_sync_callback_stub.h33 std::map<uint32_t, ServiceInterface> opToInterfaceMap_; member in OHOS::FileManagement::CloudSync::CloudSyncCallbackStub
H A Ddownload_asset_callback_stub.h33 std::map<uint32_t, ServiceInterface> opToInterfaceMap_; member in OHOS::FileManagement::CloudSync::DownloadAssetCallbackStub
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/asset/
H A Dasset_recv_callback_stub.h38 std::map<uint32_t, AssetRecvCallbackInterface> opToInterfaceMap_;
H A Dasset_send_callback_stub.h39 std::map<uint32_t, AssetSendCallbackInterface> opToInterfaceMap_;
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/ipc/
H A Dcloud_daemon_stub.h37 std::map<uint32_t, CloudDaemonInterface> opToInterfaceMap_; member in OHOS::FileManagement::CloudFile::CloudDaemonStub
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/dfs_listener/
H A Dfile_dfs_listener_stub.h38 std::map<uint32_t, FileDfsListenerInterface> opToInterfaceMap_;
H A Dfile_dfs_listener_stub.cpp30 opToInterfaceMap_[static_cast<uint32_t> in FileDfsListenerStub()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/
H A Dfile_trans_listener_stub.h38 std::map<uint32_t, FileTransListenerInterface> opToInterfaceMap_;

Completed in 10 milliseconds

12