/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | storage_manager_ipc_interface_code.h | 39 REMOVE_USER, member in OHOS::StorageManager::StorageManagerInterfaceCode
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_user_mgr_host.cpp | 54 case static_cast<uint32_t>(BundleUserMgrInterfaceCode::REMOVE_USER): { in OnRemoteRequest()
|
H A D | bundle_user_mgr_proxy.cpp | 93 if (!SendTransactCmd(BundleUserMgrInterfaceCode::REMOVE_USER, data, reply)) { in RemoveUser()
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_stub_noper_test.cpp | 34 static_cast<int32_t>(StorageManagerInterfaceCode::REMOVE_USER),
|
H A D | storage_manager_stub_test.cpp | 36 static_cast<int32_t>(StorageManagerInterfaceCode::REMOVE_USER),
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 309 REMOVE_USER = 1, member in OHOS::AppExecFwk::BundleStreamInstallerInterfaceCode::QuickFixManagerInterfaceCode::QuickFixStatusCallbackInterfaceCode::BundleUserMgrInterfaceCode
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | event_report.h | 70 REMOVE_USER, member in OHOS::AppExecFwk::InstallScene
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/ |
H A D | bms_stream_installer_host_test.cpp | 271 * @tc.desc: 1.code is BundleUserMgrInterfaceCode::REMOVE_USER. 277 uint32_t code = static_cast<uint32_t>(BundleUserMgrInterfaceCode::REMOVE_USER); in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager_stub.cpp | 89 opToInterfaceMap_[static_cast<uint32_t>(StorageManagerInterfaceCode::REMOVE_USER)] = in StorageManagerStub() 204 case static_cast<uint32_t>(StorageManagerInterfaceCode::REMOVE_USER): in OnRemoteRequest()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_event_report.cpp | 125 InstallScene::REMOVE_USER,
|
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | storage_manager_proxy.cpp | 72 static_cast<int32_t>(StorageManagerInterfaceCode::REMOVE_USER), data, reply, option); in RemoveUser()
|