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 D | bundle_user_mgr_proxy.cpp | 66 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 D | bundle_user_mgr_host.cpp | 50 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 D | bundle_user_manager_adapter_proxy.cpp | 55 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 D | bms_stream_installer_host_test.cpp | 222 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 D | bundle_user_mgr_proxy.h | 44 … bool SendTransactCmd(BundleUserMgrInterfaceCode code, MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/ |
H A D | bundle_user_manager_adapter_proxy.h | 43 …bool SendTransactCmd(AppExecFwk::BundleUserMgrInterfaceCode code, MessageParcel &data, MessageParc…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 311 enum class BundleUserMgrInterfaceCode : uint8_t { enum
|