Home
last modified time | relevance | path

Searched refs:PREPARE_USER_DIRS (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_ipc_interface_code.h33 PREPARE_USER_DIRS, enumerator
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_stub.cpp43 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::PREPARE_USER_DIRS)] = in StorageDaemonStub()
116 case static_cast<uint32_t>(StorageDaemonInterfaceCode::PREPARE_USER_DIRS): in OnRemoteRequest()
177 case static_cast<uint32_t>(StorageDaemonInterfaceCode::PREPARE_USER_DIRS): in OnRemoteRequestForUser()
H A Dstorage_daemon_proxy.cpp199 …int32_t err = SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::PREPARE_USER_DIRS), dat… in PrepareUserDirs()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_proxy_test.cpp91 … ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::PREPARE_USER_DIRS) == mock_->code_);
H A Dstorage_daemon_stub_test.cpp42 static_cast<int32_t>(StorageDaemonInterfaceCode::PREPARE_USER_DIRS),