Home
last modified time | relevance | path

Searched defs:root (Results 1 – 22 of 22) sorted by relevance

/test/xts/device_attest/services/core/utils/
Dattest_utils_json.c33 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueObject() local
51 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueStr() local
85 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueNumber() local
/test/xts/device_attest_lite/services/core/utils/
Dattest_utils_json.c33 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueObject() local
51 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueStr() local
85 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueNumber() local
/test/xts/device_attest/services/core/attest/
Dattest_service_auth.c117 static int32_t ParseAuthResult(const cJSON* root, AuthStatus* authStatus) in ParseAuthResult()
133 static int32_t ParseSoftwareResult(const cJSON* root, AuthStatus* authStatus) in ParseSoftwareResult()
209 static int32_t ParseSoftwareResultDetail(const cJSON* root, AuthStatus* authStatus) in ParseSoftwareResultDetail()
251 static int32_t ParseExpireTime(const cJSON* root, AuthStatus* authStatus) in ParseExpireTime()
266 static int32_t ParseAuthType(const cJSON* root, AuthStatus* authStatus) in ParseAuthType()
296 static int32_t ParseVersionId(const cJSON* root, AuthStatus* authStatus) in ParseVersionId()
326 static bool IsAuthStatusValid(const cJSON* root) in IsAuthStatusValid()
351 cJSON* root = cJSON_Parse(decodedAuthStatus); in UnpackAuthStatusResp() local
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_auth.c132 static int32_t ParseAuthResult(const cJSON* root, AuthStatus* authStatus) in ParseAuthResult()
148 static int32_t ParseSoftwareResult(const cJSON* root, AuthStatus* authStatus) in ParseSoftwareResult()
224 static int32_t ParseSoftwareResultDetail(const cJSON* root, AuthStatus* authStatus) in ParseSoftwareResultDetail()
271 static int32_t ParseExpireTime(const cJSON* root, AuthStatus* authStatus) in ParseExpireTime()
286 static int32_t ParseAuthType(const cJSON* root, AuthStatus* authStatus) in ParseAuthType()
316 static int32_t ParseVersionId(const cJSON* root, AuthStatus* authStatus) in ParseVersionId()
346 static bool IsAuthStatusValid(const cJSON* root) in IsAuthStatusValid()
371 cJSON* root = cJSON_Parse(decodedAuthStatus); in UnpackAuthStatusResp() local
/test/testfwk/arkxtest/uitest/core/
Dui_model.cpp182 auto root = GetRootWidget(); in DfsTraverse() local
192 auto root = GetRootWidget(); in DfsTraverseFronts() local
212 auto root = GetRootWidget(); in DfsTraverseRears() local
238 auto root = GetRootWidget(); in DfsTraverseParents() local
275 static void DfsVisitNode(const json &root, NodeVisitor visitor, string_view hierarchy) in DfsVisitNode()
384 static void DfsMarshalWidget(const WidgetTree& tree, const Widget& root, nlohmann::json& dom, in DfsMarshalWidget()
439 auto root = GetRootWidget(); in MarshalIntoDom() local
545 auto root = tree.GetRootWidget(); in PrepareToVisitSubTree() local
Dui_driver.cpp77 auto root = widgetTree_->GetChildWidget(*virtualRoot, index); in UpdateUi() local
/test/testfwk/xdevice/src/xdevice/_core/executor/
Drequest.py69 def __init__(self, root=None, drivers=None, config=None): argument
146 def set_root_descriptor(self, root): argument
215 def __init__(self, uuid=None, root=None, listeners=None, config=None): argument
/test/xts/device_attest_lite/services/core/adapter/
Dattest_adapter_mock.c32 static int32_t GetJsonOjectStringStub(const char *root, const char *key, char **keyJsonStr) in GetJsonOjectStringStub()
59 const char* root = g_actionJsonStr[actionType]; in SendChallMsgStub() local
76 const char* root = g_actionJsonStr[actionType]; in SendDevAttestStub() local
/test/xts/device_attest/services/core/adapter/
Dattest_adapter_mock.c32 static int32_t GetJsonOjectStringStub(const char *root, const char *key, char **keyJsonStr) in GetJsonOjectStringStub()
59 const char* root = g_actionJsonStr[actionType]; in SendChallMsgStub() local
76 const char* root = g_actionJsonStr[actionType]; in SendDevAttestStub() local
/test/testfwk/developer_test/localCoverage/resident_service/
Dpull_service_gcda.py53 resident_service_path, services_str, root, device_port): argument
113 component_gcda_dict, developer_path, resident_service_path, root, port_nu): argument
/test/xts/acts/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0901/
Dpoc.cpp56 cJSON *root = cJSON_Parse(json_string); // cJSON_Parse方法解析json数据 in main() local
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
Dimage_pixel_map_imgndk_test.cpp56 static bool parseWidth(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parseWidth()
65 static bool parseHeight(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parseHeight()
74 static bool parsePixelFormat(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parsePixelFormat()
84 static bool parseEditable(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parseEditable()
94 static bool parseAlphaType(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parseAlphaType()
104 static bool parseScaleMode(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parseScaleMode()
114 static bool parseCreateOptions(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parseCreateOptions()
/test/testfwk/xdevice/src/xdevice/_core/report/
Dresult_reporter.py454 def _append_product_info(cls, test_suites_attributes, root): argument
482 def _get_module_name(cls, data_report, root): argument
637 def _find_module_name(cls, result_path, root): argument
/test/ostest/wukong/shell_command/src/
Dwukong_shell_command.cpp140 OHOS::Accessibility::AccessibilityElementInfo root; in RunTestCommand() local
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
Dimage_source_test.cpp71 static bool GetBoolProperty(napi_env env, napi_value root, const char* utf8name, int8_t* res) in GetBoolProperty()
85 static bool GetInt32Property(napi_env env, napi_value root, const char* utf8name, int32_t* res) in GetInt32Property()
96 static bool GetUint32Property(napi_env env, napi_value root, const char* utf8name, uint32_t* res) in GetUint32Property()
107 static bool GetArrayBufferProperty(napi_env env, napi_value root, const char* utf8name, in GetArrayBufferProperty()
/test/xts/acts/applications/kitframework_ipcamera/
Dkitfwk_oem_api_test.cpp107 cJSON* root = cJSON_Parse(kitInfoMsg); variable
/test/xts/acts/applications/kitframework/
Dkitfwk_oem_api_test.c109 cJSON* root = cJSON_Parse(kitInfoMsg); variable
/test/ostest/wukong/component_event/src/
Dtree_manager.cpp207 auto root = std::make_shared<OHOS::Accessibility::AccessibilityElementInfo>(); in UpdateComponentInfo() local
/test/ostest/wukong/test_flow/src/
Drandom_test_flow.cpp257 auto root = std::make_shared<OHOS::Accessibility::AccessibilityElementInfo>(); in SetBlockPage() local
/test/xts/device_attest/services/core/network/
Dattest_network.c1084 cJSON* root = cJSON_Parse(inputData); in ParseNetworkInfosConfig() local
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp383 auto root = nlohmann::json(); in GetUiHierarchy() local
/test/xts/device_attest_lite/services/core/network/
Dattest_network.c1048 cJSON* root = cJSON_Parse(inputData); in ParseNetworkInfosConfig() local