Searched refs:CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/customization/enterprise_device_management/common/native/include/ |
H A D | cjson_check.h | 32 #define CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(obj, ret, root) \ macro
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | set_browser_policies_plugin.cpp | 163 … CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(appidObj, EdmReturnErrCode::SYSTEM_ABNORMALLY, policies); in SetPolicy() 170 … CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(policy, EdmReturnErrCode::SYSTEM_ABNORMALLY, policies); in SetPolicy()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/utils/ |
H A D | clipboard_policy_serializer.cpp | 57 CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(item, false, root); in Serialize()
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/device_settings/src/ |
H A D | device_settings_addon.cpp | 528 … CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(powerPoilcyJs, EdmReturnErrCode::SYSTEM_ABNORMALLY, json); in ConvertPowerPolicyToJsStr()
|