Home
last modified time | relevance | path

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

/test/xts/device_attest/services/core/utils/
Dattest_utils_json.c30 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueObject() local
48 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueStr() local
82 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueNumber() local
/test/xts/device_attest_lite/services/core/utils/
Dattest_utils_json.c30 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueObject() local
48 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueStr() local
82 cJSON* root = cJSON_Parse(rootStr); in GetObjectItemValueNumber() local
/test/xts/device_attest/services/core/attest/
Dattest_service_auth.c109 static int32_t ParseAuthResult(const cJSON* root, AuthStatus* authStatus) in ParseAuthResult()
125 static int32_t ParseSoftwareResult(const cJSON* root, AuthStatus* authStatus) in ParseSoftwareResult()
201 static int32_t ParseSoftwareResultDetail(const cJSON* root, AuthStatus* authStatus) in ParseSoftwareResultDetail()
243 static int32_t ParseExpireTime(const cJSON* root, AuthStatus* authStatus) in ParseExpireTime()
258 static int32_t ParseAuthType(const cJSON* root, AuthStatus* authStatus) in ParseAuthType()
288 static int32_t ParseVersionId(const cJSON* root, AuthStatus* authStatus) in ParseVersionId()
318 static bool IsAuthStatusValid(const cJSON* root) in IsAuthStatusValid()
343 cJSON* root = cJSON_Parse(decodedAuthStatus); in UnpackAuthStatusResp() local
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_auth.c120 static int32_t ParseAuthResult(const cJSON* root, AuthStatus* authStatus) in ParseAuthResult()
136 static int32_t ParseSoftwareResult(const cJSON* root, AuthStatus* authStatus) in ParseSoftwareResult()
212 static int32_t ParseSoftwareResultDetail(const cJSON* root, AuthStatus* authStatus) in ParseSoftwareResultDetail()
259 static int32_t ParseExpireTime(const cJSON* root, AuthStatus* authStatus) in ParseExpireTime()
274 static int32_t ParseAuthType(const cJSON* root, AuthStatus* authStatus) in ParseAuthType()
304 static int32_t ParseVersionId(const cJSON* root, AuthStatus* authStatus) in ParseVersionId()
334 static bool IsAuthStatusValid(const cJSON* root) in IsAuthStatusValid()
359 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
257 static void DfsVisitNode(const json &root, NodeVisitor visitor, string_view hierarchy) in DfsVisitNode()
319 static void DfsMarshalWidget(const WidgetTree& tree, const Widget& root, nlohmann::json& dom, in DfsMarshalWidget()
361 auto root = GetRootWidget(); in MarshalIntoDom() local
467 auto root = tree.GetRootWidget(); in PrepareToVisitSubTree() local
Dwidget_operator.cpp58 static void TakeScopeUiSnapshot(const UiDriver &driver, const Widget &root, string &snapshot, in TakeScopeUiSnapshot()
/test/xts/device_attest/services/core/adapter/
Dattest_adapter_mock.c29 static int32_t GetJsonOjectStringStub(const char *root, const char *key, char **keyJsonStr) in GetJsonOjectStringStub()
56 const char* root = g_actionJsonStr[actionType]; in SendChallMsgStub() local
73 const char* root = g_actionJsonStr[actionType]; in SendDevAttestStub() local
/test/testfwk/xdevice/src/xdevice/_core/executor/
Drequest.py67 def __init__(self, root=None, drivers=None, config=None): argument
144 def set_root_descriptor(self, root): argument
213 def __init__(self, uuid=None, root=None, listeners=None, config=None): argument
/test/xts/device_attest_lite/services/core/adapter/
Dattest_adapter_mock.c29 static int32_t GetJsonOjectStringStub(const char *root, const char *key, char **keyJsonStr) in GetJsonOjectStringStub()
56 const char* root = g_actionJsonStr[actionType]; in SendChallMsgStub() local
73 const char* root = g_actionJsonStr[actionType]; in SendDevAttestStub() local
/test/testfwk/xdevice/src/xdevice/_core/report/
Dresult_reporter.py204 def _append_product_info(cls, test_suites_attributes, root): argument
232 def _get_module_name(cls, data_report, root): argument
372 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/device_attest_lite/test/unittest/src/
Dattest_mock.c39 cJSON *root = cJSON_CreateObject(); in InitMockData() local
/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.cpp242 auto root = std::make_shared<OHOS::Accessibility::AccessibilityElementInfo>(); in SetBlockPage() local
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp296 auto root = nlohmann::json(); in GetUiHierarchy() local
/test/xts/device_attest/services/core/network/
Dattest_network.c1009 cJSON* root = cJSON_Parse(inputData); in ParseNetworkInfosConfig() local
/test/xts/device_attest_lite/services/core/network/
Dattest_network.c999 cJSON* root = cJSON_Parse(inputData); in ParseNetworkInfosConfig() local