Home
last modified time | relevance | path

Searched refs:StorageDaemonInterfaceCode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_stub.cpp108 case static_cast<uint32_t>(StorageDaemonInterfaceCode::SHUTDOWN): in OnRemoteRequest()
109 case static_cast<uint32_t>(StorageDaemonInterfaceCode::CHECK): in OnRemoteRequest()
110 case static_cast<uint32_t>(StorageDaemonInterfaceCode::MOUNT): in OnRemoteRequest()
111 case static_cast<uint32_t>(StorageDaemonInterfaceCode::UMOUNT): in OnRemoteRequest()
112 case static_cast<uint32_t>(StorageDaemonInterfaceCode::PARTITION): in OnRemoteRequest()
113 case static_cast<uint32_t>(StorageDaemonInterfaceCode::FORMAT): in OnRemoteRequest()
155 case static_cast<uint32_t>(StorageDaemonInterfaceCode::SHUTDOWN): in OnRemoteRequestForBase()
157 case static_cast<uint32_t>(StorageDaemonInterfaceCode::CHECK): in OnRemoteRequestForBase()
159 case static_cast<uint32_t>(StorageDaemonInterfaceCode::MOUNT): in OnRemoteRequestForBase()
161 case static_cast<uint32_t>(StorageDaemonInterfaceCode::UMOUNT): in OnRemoteRequestForBase()
[all …]
H A Dstorage_daemon_proxy.cpp36 …return SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::SHUTDOWN), data, reply, option… in Shutdown()
56 …int32_t err = SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::MOUNT), data, reply, op… in Mount()
77 …int32_t err = SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::UMOUNT), data, reply, o… in UMount()
98 …int32_t err = SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::CHECK), data, reply, op… in Check()
123 …int32_t err = SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::FORMAT), data, reply, o… in Format()
148 …int32_t err = SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::PARTITION), data, reply… in Partition()
513 static_cast<int32_t>(StorageDaemonInterfaceCode::UNLOCK_USER_SCREEN), data, reply, option); in UnlockUserScreen()
535 static_cast<int32_t>(StorageDaemonInterfaceCode::LOCK_SCREEN_STATUS), data, reply, option); in GetLockScreenStatus()
560 static_cast<int32_t>(StorageDaemonInterfaceCode::GENERATE_APP_KEY), data, reply, option); in GenerateAppkey()
605 static_cast<int32_t>(StorageDaemonInterfaceCode::UPDATE_KEY_CONTEXT), data, reply, option); in UpdateKeyContext()
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_proxy_test.cpp68 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::SHUTDOWN) == mock_->code_);
91 … ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::PREPARE_USER_DIRS) == mock_->code_);
137 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::START_USER) == mock_->code_);
160 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::STOP_USER) == mock_->code_);
207 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::MOUNT) == mock_->code_);
230 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::UMOUNT) == mock_->code_);
253 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::CHECK) == mock_->code_);
277 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::FORMAT) == mock_->code_);
301 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::PARTITION) == mock_->code_);
325 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::SET_VOL_DESC) == mock_->code_);
[all …]
H A Dstorage_daemon_stub_test.cpp35 static_cast<int32_t>(StorageDaemonInterfaceCode::SHUTDOWN),
36 static_cast<int32_t>(StorageDaemonInterfaceCode::MOUNT),
37 static_cast<int32_t>(StorageDaemonInterfaceCode::UMOUNT),
38 static_cast<int32_t>(StorageDaemonInterfaceCode::CHECK),
39 static_cast<int32_t>(StorageDaemonInterfaceCode::FORMAT),
40 static_cast<int32_t>(StorageDaemonInterfaceCode::PARTITION),
41 static_cast<int32_t>(StorageDaemonInterfaceCode::SET_VOL_DESC),
44 static_cast<int32_t>(StorageDaemonInterfaceCode::START_USER),
45 static_cast<int32_t>(StorageDaemonInterfaceCode::STOP_USER),
55 static_cast<int32_t>(StorageDaemonInterfaceCode::MOUNT_DFS_DOCS),
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_ipc_interface_code.h25 enum class StorageDaemonInterfaceCode { enum
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagedaemoncreatesharefile_fuzzer/
H A Dstoragedaemoncreatesharefile_fuzzer.cpp44 uint32_t code = static_cast<int32_t>(StorageDaemonInterfaceCode::CREATE_SHARE_FILE); in StorageDaemonCreateShareFileFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagedaemondeletesharefile_fuzzer/
H A Dstoragedaemondeletesharefile_fuzzer.cpp44 uint32_t code = static_cast<int32_t>(StorageDaemonInterfaceCode::DELETE_SHARE_FILE); in StorageDaemonDeleteShareFileFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagedaemon_fuzzer/
H A Dstoragedaemon_fuzzer.cpp83 …code % MAX_CALL_TRANSACTION == static_cast<int32_t>(StorageDaemonInterfaceCode::CREATE_SHARE_FILE)… in StorageDaemonFuzzTest()
84 …code % MAX_CALL_TRANSACTION == static_cast<int32_t>(StorageDaemonInterfaceCode::DELETE_SHARE_FILE)… in StorageDaemonFuzzTest()