Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm/include/connection/
H A Denterprise_conn_manager.h38 sptr<IEnterpriseConnection> CreateUpdateConnection(const AAFwk::Want &want, uint32_t userId,
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/connection/
H A Denterprise_conn_manager.cpp49 sptr<IEnterpriseConnection> EnterpriseConnManager::CreateUpdateConnection(const AAFwk::Want &want, in CreateUpdateConnection() function in OHOS::EDM::EnterpriseConnManager
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Denterprise_conn_manager_test.cpp105 sptr<IEnterpriseConnection> connection = manager->CreateUpdateConnection(connectWant,
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp126 manager->CreateUpdateConnection(want, subAdmin.first, updateInfo); in ConnectAbilityOnSystemUpdate()