Home
last modified time | relevance | path

Searched refs:blRes (Results 1 – 7 of 7) sorted by relevance

/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/src/
Dnetwork_manager_proxy.cpp62 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetAllNetworkInterfaces() local
63 if (!blRes) { in GetAllNetworkInterfaces()
94 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetIpOrMacAddress() local
95 if (!blRes) { in GetIpOrMacAddress()
143 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in IsNetworkInterfaceDisabled() local
144 if (!blRes) { in IsNetworkInterfaceDisabled()
189 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in ListIptablesFilterRules() local
190 if (!blRes) { in ListIptablesFilterRules()
235 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetGlobalHttpProxy() local
236 if (!blRes) { in GetGlobalHttpProxy()
/base/customization/enterprise_device_management/interfaces/inner_api/device_info/src/
Ddevice_info_proxy.cpp74 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetDeviceInfo() local
75 if (!blRes) { in GetDeviceInfo()
/base/customization/enterprise_device_management/interfaces/inner_api/wifi_manager/src/
Dwifi_manager_proxy.cpp60 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in IsWifiActive() local
61 if (!blRes) { in IsWifiActive()
/base/customization/enterprise_device_management/interfaces/inner_api/browser/src/
Dbrowser_proxy.cpp97 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetPolicies() local
98 if (!blRes) { in GetPolicies()
/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/src/
Dapplication_manager_proxy.cpp98 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetDisallowedRunningBundles() local
99 if (!blRes) { in GetDisallowedRunningBundles()
/base/customization/enterprise_device_management/interfaces/inner_api/device_settings/src/
Ddevice_settings_proxy.cpp55 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetScreenOffTime() local
56 if (!blRes) { in GetScreenOffTime()
/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/
Dbundle_manager_proxy.cpp168 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in GetBundlesByPolicyType() local
169 if (!blRes) { in GetBundlesByPolicyType()
283 bool blRes = reply.ReadInt32(ret) && (ret == ERR_OK); in WriteFileToStream() local
284 if (!blRes) { in WriteFileToStream()