Home
last modified time | relevance | path

Searched refs:interfaceIndex (Results 1 - 13 of 13) sorted by relevance

/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Ddownload_asset_callback_stub.cpp38 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest() local
39 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
43 auto memberFunc = interfaceIndex->second; in OnRemoteRequest()
H A Dcloud_sync_callback_stub.cpp38 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest() local
39 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
43 auto memberFunc = interfaceIndex->second; in OnRemoteRequest()
H A Dcloud_download_callback_stub.cpp39 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest() local
40 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
44 auto memberFunc = interfaceIndex->second; in OnRemoteRequest()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/
H A Dcloud_daemon_stub.cpp41 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest() local
42 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
46 auto memberFunc = interfaceIndex->second; in OnRemoteRequest()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/asset/
H A Dasset_send_callback_stub.cpp40 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest() local
41 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
45 return (this->*(interfaceIndex->second))(data, reply); in OnRemoteRequest()
H A Dasset_recv_callback_stub.cpp42 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest() local
43 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
47 return (this->*(interfaceIndex->second))(data, reply); in OnRemoteRequest()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnet_manager_native_test.cpp54 uint32_t interfaceIndex = 10090; in HWTEST_F() local
55 instance_->UpdateInterfaceIndex(interfaceIndex); in HWTEST_F()
57 auto findResult = std::find(result.begin(), result.end(), interfaceIndex); in HWTEST_F()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension_stub.cpp70 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest() local
71 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
77 [&]() { return ErrCode((this->*(interfaceIndex->second))(data, reply)); }); in OnRemoteRequest()
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Dservice_reverse_stub.cpp39 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest() local
40 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
44 return (this->*(interfaceIndex->second))(data, reply); in OnRemoteRequest()
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_stub_mock.cpp88 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest() local
89 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
98 return (this->*(interfaceIndex->second))(data, reply); in OnRemoteRequest()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service_stub.cpp103 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest() local
104 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
108 auto memberFunc = interfaceIndex->second; in OnRemoteRequest()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_stub.cpp123 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest() local
124 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
130 [&]() { return ErrCode((this->*(interfaceIndex->second))(data, reply)); }); in OnRemoteRequest()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service_stub.cpp328 auto interfaceIndex = opToInterfaceMap_.find(code); in OnRemoteRequest() local
329 if (interfaceIndex == opToInterfaceMap_.end() || !interfaceIndex->second) { in OnRemoteRequest()
368 return (this->*(interfaceIndex->second))(data, reply); in OnRemoteRequest()

Completed in 12 milliseconds