Home
last modified time | relevance | path

Searched refs:DESTROY_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.h34 DESTROY_USER_DIRS, enumerator
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_stub.cpp45 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::DESTROY_USER_DIRS)] = in StorageDaemonStub()
117 case static_cast<uint32_t>(StorageDaemonInterfaceCode::DESTROY_USER_DIRS): in OnRemoteRequest()
179 case static_cast<uint32_t>(StorageDaemonInterfaceCode::DESTROY_USER_DIRS): in OnRemoteRequestForUser()
H A Dstorage_daemon_proxy.cpp225 …int32_t err = SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::DESTROY_USER_DIRS), dat… in DestroyUserDirs()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_proxy_test.cpp114 … ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::DESTROY_USER_DIRS) == mock_->code_);
H A Dstorage_daemon_stub_test.cpp43 static_cast<int32_t>(StorageDaemonInterfaceCode::DESTROY_USER_DIRS),