/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/ |
H A D | storage_daemon_ipc_interface_code.h | 36 STOP_USER, enumerator
|
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | storage_manager_ipc_interface_code.h | 41 STOP_USER, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitystubstopuser_fuzzer/ |
H A D | abilitystubstopuser_fuzzer.cpp | 38 uint32_t code = static_cast<uint32_t>(AbilityManagerInterfaceCode::STOP_USER); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_stub_noper_test.cpp | 36 static_cast<int32_t>(StorageManagerInterfaceCode::STOP_USER),
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | ability_manager_ipc_interface_code.h | 157 STOP_USER = 47, enumerator
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_daemon_stub.cpp | 49 opToInterfaceMap_[static_cast<uint32_t>(StorageDaemonInterfaceCode::STOP_USER)] = in StorageDaemonStub() 119 case static_cast<uint32_t>(StorageDaemonInterfaceCode::STOP_USER): in OnRemoteRequest() 183 case static_cast<uint32_t>(StorageDaemonInterfaceCode::STOP_USER): in OnRemoteRequestForUser()
|
H A D | storage_daemon_proxy.cpp | 269 …int32_t err = SendRequest(static_cast<int32_t>(StorageDaemonInterfaceCode::STOP_USER), data, reply… in StopUser()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/ability_manager_adapter/ |
H A D | ability_manager_adapter.cpp | 188 …error = abms->SendRequest(static_cast<uint32_t>(AbilityManagerInterfaceCode::STOP_USER), data, rep… in StopUser()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager_stub.cpp | 93 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::STOP_USER)] = in StorageManagerStub() 198 case static_cast<uint32_t>(StorageManagerInterfaceCode::STOP_USER): in OnRemoteRequest()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
H A D | storage_daemon_proxy_test.cpp | 160 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::STOP_USER) == mock_->code_);
|
H A D | storage_daemon_stub_test.cpp | 45 static_cast<int32_t>(StorageDaemonInterfaceCode::STOP_USER),
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | storage_manager_proxy.cpp | 118 static_cast<int32_t>(StorageManagerInterfaceCode::STOP_USER), data, reply, option); in StopUser()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/ |
H A D | ability_manager_proxy_test.cpp | 1576 EXPECT_EQ(static_cast<uint32_t>(AbilityManagerInterfaceCode::STOP_USER), mock_->code_);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_stub.cpp | 393 if (interfaceCode == AbilityManagerInterfaceCode::STOP_USER) { in OnRemoteRequestInnerTenth()
|
H A D | ability_manager_proxy.cpp | 3084 auto error = SendRequest(AbilityManagerInterfaceCode::STOP_USER, data, reply, option); in StopUser()
|