Home
last modified time | relevance | path

Searched refs:HandleMount (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_stub.h42 int32_t HandleMount(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_stub.cpp34 &StorageDaemonStub::HandleMount; in StorageDaemonStub()
160 return HandleMount(data, reply); in OnRemoteRequestForBase()
253 int32_t StorageDaemonStub::HandleMount(MessageParcel &data, MessageParcel &reply) in HandleMount() function in OHOS::StorageDaemon::StorageDaemonStub
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager_stub.h53 int32_t HandleMount(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp122 &StorageManagerStub::HandleMount; in StorageManagerStub()
229 return HandleMount(data, reply); in OnRemoteRequest()
594 int32_t StorageManagerStub::HandleMount(MessageParcel &data, MessageParcel &reply) in HandleMount() function in OHOS::StorageManager::StorageManagerStub
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagedaemon_fuzzer/
H A Dstoragedaemon_fuzzer.cpp154 storageDaemon->HandleMount(datas, reply); in HandleMountFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanager_fuzzer/
H A Dstoragemanager_fuzzer.cpp162 storageManagerPtr->HandleMount(datas, reply); in HandleMountFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_stub_test.cpp437 int32_t ret = mock.HandleMount(data1, reply1);
445 ret = mock.HandleMount(data2, reply2);