Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/system_manager/src/
H A Dsystem_manager_addon.cpp126 int32_t ret = SystemManagerProxy::GetSystemManagerProxy()->SetNTPServer(elementName, ntpParm); in SetNTPServer()
153 int32_t ret = SystemManagerProxy::GetSystemManagerProxy()->GetNTPServer(elementName, ntpParm); in GetNTPServer()
186 …int32_t ret = SystemManagerProxy::GetSystemManagerProxy()->SetOTAUpdatePolicy(elementName, updateP… in SetOTAUpdatePolicy()
211 …int32_t ret = SystemManagerProxy::GetSystemManagerProxy()->GetOTAUpdatePolicy(elementName, updateP… in GetOTAUpdatePolicy()
259 auto proxy = SystemManagerProxy::GetSystemManagerProxy(); in NativeNotifyUpdatePackages()
310 auto proxy = SystemManagerProxy::GetSystemManagerProxy(); in NativeGetUpgradeResult()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/system_manager/include/
H A Dsystem_manager_proxy.h27 static std::shared_ptr<SystemManagerProxy> GetSystemManagerProxy();
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/system_manager/src/
H A Dsystem_manager_proxy.cpp28 std::shared_ptr<SystemManagerProxy> SystemManagerProxy::GetSystemManagerProxy() in GetSystemManagerProxy() function in OHOS::EDM::SystemManagerProxy
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dsystem_manager_proxy_test.cpp46 systemmanagerProxy = SystemManagerProxy::GetSystemManagerProxy(); in SetUp()