Home
last modified time | relevance | path

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 Dstorage_manager_ipc_interface_code.h39 REMOVE_USER, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_user_mgr_host.cpp54 case static_cast<uint32_t>(BundleUserMgrInterfaceCode::REMOVE_USER): { in OnRemoteRequest()
H A Dbundle_user_mgr_proxy.cpp93 if (!SendTransactCmd(BundleUserMgrInterfaceCode::REMOVE_USER, data, reply)) { in RemoveUser()
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_user_manager_adapter_proxy.cpp81 if (!SendTransactCmd(AppExecFwk::BundleUserMgrInterfaceCode::REMOVE_USER, data, reply)) { in RemoveUser()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_noper_test.cpp34 static_cast<int32_t>(StorageManagerInterfaceCode::REMOVE_USER),
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h313 REMOVE_USER = 1, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h69 REMOVE_USER, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/
H A Dbms_stream_installer_host_test.cpp277 uint32_t code = static_cast<uint32_t>(BundleUserMgrInterfaceCode::REMOVE_USER);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp89 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 Dinner_event_report.cpp119 { InstallScene::REMOVE_USER, REMOVE_USER_SCENE },
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp72 static_cast<int32_t>(StorageManagerInterfaceCode::REMOVE_USER), data, reply, option); in RemoveUser()