Home
last modified time | relevance | path

Searched refs:blRes (Results 1 - 15 of 15) sorted by relevance

/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/src/
H A Dnetwork_manager_proxy.cpp63 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetAllNetworkInterfaces() local
64 if (!blRes) { in GetAllNetworkInterfaces()
97 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetIpOrMacAddress() local
98 if (!blRes) { in GetIpOrMacAddress()
150 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in IsNetworkInterfaceDisabled() local
151 if (!blRes) { in IsNetworkInterfaceDisabled()
203 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in ListIptablesFilterRules() local
204 if (!blRes) { in ListIptablesFilterRules()
258 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetFirewallRules() local
259 if (!blRes) { in GetFirewallRules()
324 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); GetDomainFilterRules() local
382 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); GetGlobalHttpProxy() local
[all...]
/base/customization/enterprise_device_management/interfaces/inner_api/device_info/src/
H A Ddevice_info_proxy.cpp72 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetDeviceInfo() local
73 if (!blRes) { in GetDeviceInfo()
95 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetDeviceInfoSync() local
96 if (!blRes) { in GetDeviceInfoSync()
/base/customization/enterprise_device_management/interfaces/inner_api/system_manager/src/
H A Dsystem_manager_proxy.cpp66 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetNTPServer() local
67 if (!blRes) { in GetNTPServer()
107 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetOTAUpdatePolicy() local
108 if (!blRes) { in GetOTAUpdatePolicy()
151 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetUpgradeResult() local
152 if (!blRes) { in GetUpgradeResult()
/base/customization/enterprise_device_management/interfaces/inner_api/bluetooth_manager/src/
H A Dbluetooth_manager_proxy.cpp53 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetBluetoothInfo() local
54 if (!blRes) { in GetBluetoothInfo()
107 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetAllowedBluetoothDevices() local
108 if (!blRes) { in GetAllowedBluetoothDevices()
/base/customization/enterprise_device_management/interfaces/inner_api/usb_manager/src/
H A Dusb_manager_proxy.cpp131 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetAllowedUsbDevices() local
132 if (!blRes) { in GetAllowedUsbDevices()
181 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetUsbStorageDeviceAccessPolicy() local
182 if (!blRes) { in GetUsbStorageDeviceAccessPolicy()
246 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetDisallowedUsbDevices() local
247 if (!blRes) { in GetDisallowedUsbDevices()
/base/customization/enterprise_device_management/interfaces/inner_api/security_manager/src/
H A Dsecurity_manager_proxy.cpp52 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetSecurityPatchTag() local
53 if (!blRes) { in GetSecurityPatchTag()
74 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetDeviceEncryptionStatus() local
75 if (!blRes) { in GetDeviceEncryptionStatus()
152 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetRootCheckStatus() local
153 if (!blRes) { in GetRootCheckStatus()
/base/customization/enterprise_device_management/interfaces/inner_api/location_manager/src/
H A Dlocation_manager_proxy.cpp72 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetLocationPolicy() local
73 if (!blRes) { in GetLocationPolicy()
/base/customization/enterprise_device_management/interfaces/inner_api/device_settings/src/
H A Ddevice_settings_proxy.cpp67 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetScreenOffTime() local
68 if (!blRes) { in GetScreenOffTime()
157 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetPowerPolicy() local
158 if (!blRes) { in GetPowerPolicy()
/base/customization/enterprise_device_management/interfaces/inner_api/wifi_manager/src/
H A Dwifi_manager_proxy.cpp58 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in IsWifiActive() local
59 if (!blRes) { in IsWifiActive()
/base/customization/enterprise_device_management/interfaces/inner_api/browser/src/
H A Dbrowser_proxy.cpp77 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetPolicies() local
78 if (!blRes) { in GetPolicies()
/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/src/
H A Dapplication_manager_proxy.cpp89 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetDisallowedRunningBundles() local
90 if (!blRes) { in GetDisallowedRunningBundles()
159 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetAutoStartApps() local
160 if (!blRes) { in GetAutoStartApps()
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dfirewall_rule_plugin_test.cpp200 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in HWTEST_F() local
201 ASSERT_TRUE(blRes); in HWTEST_F()
H A Ddomain_filter_rule_plugin_test.cpp196 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in HWTEST_F() local
197 ASSERT_TRUE(blRes); in HWTEST_F()
/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/
H A Dbundle_manager_proxy.cpp156 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetBundlesByPolicyType() local
157 if (!blRes) { in GetBundlesByPolicyType()
264 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in WriteFileToStream() local
265 if (!blRes) { in WriteFileToStream()
/base/customization/enterprise_device_management/interfaces/inner_api/restrictions/src/
H A Drestrictions_proxy.cpp175 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetDisallowedListForAccount() local
176 if (!blRes) { in GetDisallowedListForAccount()

Completed in 7 milliseconds