Home
last modified time | relevance | path

Searched refs:GetPolicyArray (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Denterprise_device_mgr_proxy.h71 …bool GetPolicyArray(AppExecFwk::ElementName *admin, int policyCode, std::vector<std::string> &poli…
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Denterprise_device_mgr_proxy_test.cpp521 enterpriseDeviceMgrProxyTest->GetPolicyArray(nullptr, funcCode, policyArrayData);
537 bool ret = enterpriseDeviceMgrProxyTest->GetPolicyArray(nullptr, funcCode, policyArrayData);
553 bool ret = enterpriseDeviceMgrProxyTest->GetPolicyArray(nullptr, funcCode, policyArrayData);
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H A Denterprise_device_mgr_proxy.cpp519 bool EnterpriseDeviceMgrProxy::GetPolicyArray(AppExecFwk::ElementName *admin, int policyCode, in GetPolicyArray() function in OHOS::EDM::EnterpriseDeviceMgrProxy