Searched refs:REMOVE_USER (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | storage_manager_ipc_interface_code.h | 39 REMOVE_USER, enumerator
|
/ohos5.0/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()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/ |
H A D | bundle_user_manager_adapter_proxy.cpp | 81 if (!SendTransactCmd(AppExecFwk::BundleUserMgrInterfaceCode::REMOVE_USER, data, reply)) { in RemoveUser()
|
/ohos5.0/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),
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 313 REMOVE_USER = 1, enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | event_report.h | 69 REMOVE_USER, enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/ |
H A D | bms_stream_installer_host_test.cpp | 277 uint32_t code = static_cast<uint32_t>(BundleUserMgrInterfaceCode::REMOVE_USER);
|
/ohos5.0/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() 194 case static_cast<uint32_t>(StorageManagerInterfaceCode::REMOVE_USER): in OnRemoteRequest()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_event_report.cpp | 119 { InstallScene::REMOVE_USER, REMOVE_USER_SCENE },
|
/ohos5.0/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()
|