Home
last modified time | relevance | path

Searched refs:STOP_USER (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_ipc_interface_code.h36 STOP_USER, enumerator
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dstorage_manager_ipc_interface_code.h41 STOP_USER, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitystubstopuser_fuzzer/
H A Dabilitystubstopuser_fuzzer.cpp38 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 Dstorage_manager_stub_noper_test.cpp36 static_cast<int32_t>(StorageManagerInterfaceCode::STOP_USER),
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_ipc_interface_code.h157 STOP_USER = 47, enumerator
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_stub.cpp49 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 Dstorage_daemon_proxy.cpp269 …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 Dability_manager_adapter.cpp188 …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 Dstorage_manager_stub.cpp93 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 Dstorage_daemon_proxy_test.cpp160 ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::STOP_USER) == mock_->code_);
H A Dstorage_daemon_stub_test.cpp45 static_cast<int32_t>(StorageDaemonInterfaceCode::STOP_USER),
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp118 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 Dability_manager_proxy_test.cpp1576 EXPECT_EQ(static_cast<uint32_t>(AbilityManagerInterfaceCode::STOP_USER), mock_->code_);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp393 if (interfaceCode == AbilityManagerInterfaceCode::STOP_USER) { in OnRemoteRequestInnerTenth()
H A Dability_manager_proxy.cpp3084 auto error = SendRequest(AbilityManagerInterfaceCode::STOP_USER, data, reply, option); in StopUser()