Home
last modified time | relevance | path

Searched refs:CreateBundleConnection (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/services/edm/include/connection/
H A Denterprise_conn_manager.h36 …sptr<IEnterpriseConnection> CreateBundleConnection(const AAFwk::Want &want, uint32_t code, uint32_…
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/connection/
H A Denterprise_conn_manager.cpp41 sptr<IEnterpriseConnection> EnterpriseConnManager::CreateBundleConnection(const AAFwk::Want &want, in CreateBundleConnection() function in OHOS::EDM::EnterpriseConnManager
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Denterprise_conn_manager_test.cpp83 sptr<IEnterpriseConnection> connection = manager->CreateBundleConnection(connectWant,
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp288 …manager->CreateBundleConnection(want, static_cast<uint32_t>(event), subAdmin.first, bundleName, us… in ConnectAbilityOnSystemEvent()