Home
last modified time | relevance | path

Searched refs:BundleUserMgrInterfaceCode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_user_mgr_proxy.cpp66 if (!SendTransactCmd(BundleUserMgrInterfaceCode::CREATE_USER, data, reply)) { in CreateNewUser()
93 if (!SendTransactCmd(BundleUserMgrInterfaceCode::REMOVE_USER, data, reply)) { in RemoveUser()
106 bool BundleUserMgrProxy::SendTransactCmd(BundleUserMgrInterfaceCode code, MessageParcel &data, Mess… in SendTransactCmd()
H A Dbundle_user_mgr_host.cpp50 case static_cast<uint32_t>(BundleUserMgrInterfaceCode::CREATE_USER): { in OnRemoteRequest()
54 case static_cast<uint32_t>(BundleUserMgrInterfaceCode::REMOVE_USER): { in OnRemoteRequest()
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_user_manager_adapter_proxy.cpp55 if (!SendTransactCmd(AppExecFwk::BundleUserMgrInterfaceCode::CREATE_USER, data, reply)) { in CreateNewUser()
81 if (!SendTransactCmd(AppExecFwk::BundleUserMgrInterfaceCode::REMOVE_USER, data, reply)) { in RemoveUser()
95 AppExecFwk::BundleUserMgrInterfaceCode code, MessageParcel &data, MessageParcel &reply) in SendTransactCmd()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/
H A Dbms_stream_installer_host_test.cpp222 uint32_t code = static_cast<uint32_t>(BundleUserMgrInterfaceCode::CREATE_USER);
257 uint32_t code = static_cast<uint32_t>(BundleUserMgrInterfaceCode::CREATE_USER);
277 uint32_t code = static_cast<uint32_t>(BundleUserMgrInterfaceCode::REMOVE_USER);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_user_mgr_proxy.h44 … bool SendTransactCmd(BundleUserMgrInterfaceCode code, MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/
H A Dbundle_user_manager_adapter_proxy.h43 …bool SendTransactCmd(AppExecFwk::BundleUserMgrInterfaceCode code, MessageParcel &data, MessageParc…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h311 enum class BundleUserMgrInterfaceCode : uint8_t { enum