Searched refs:son (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_installer.cpp | 647 cJSON *son = cJSON_GetObjectItem(root, JSON_MAIN_KEY); in CheckIsThirdSystemBundle() local 648 if (!cJSON_IsArray(son)) { in CheckIsThirdSystemBundle() 655 cJSON_ArrayForEach(item, son) { in CheckIsThirdSystemBundle() 680 cJSON *son = cJSON_GetObjectItem(root, JSON_MAIN_KEY); in RecordThirdSystemBundle() local 681 if (!cJSON_IsArray(son)) { in RecordThirdSystemBundle() 693 cJSON_AddItemToArray(son, str); in RecordThirdSystemBundle() 712 cJSON *son = cJSON_CreateArray(); in InitThirdSystemBundleRecord() local 713 if (son == nullptr) { in InitThirdSystemBundleRecord() 718 if (!cJSON_AddItemToObject(root, JSON_MAIN_KEY, son)) { in InitThirdSystemBundleRecord() 719 cJSON_Delete(son); in InitThirdSystemBundleRecord() [all...] |
H A D | bundle_installer.cpp | 533 cJSON *son = cJSON_GetObjectItem(root, JSON_MAIN_KEY); in CheckIsThirdSystemBundle() local 534 if (!cJSON_IsArray(son)) { in CheckIsThirdSystemBundle() 541 cJSON_ArrayForEach(item, son) { in CheckIsThirdSystemBundle() 570 cJSON *son = cJSON_GetObjectItem(root, JSON_MAIN_KEY); in RecordThirdSystemBundle() local 571 if (!cJSON_IsArray(son)) { in RecordThirdSystemBundle() 584 if (!cJSON_AddItemToArray(son, str)) { in RecordThirdSystemBundle() 613 cJSON *son = cJSON_CreateArray(); in InitThirdSystemBundleRecord() local 614 if (son == nullptr) { in InitThirdSystemBundleRecord() 619 if (!cJSON_AddItemToObject(root, JSON_MAIN_KEY, son)) { in InitThirdSystemBundleRecord() 620 cJSON_Delete(son); in InitThirdSystemBundleRecord() [all...] |
H A D | gt_bundle_parser.cpp | 53 cJSON *son = nullptr; in ParseValue() local 54 son = cJSON_GetObjectItem(object, key); in ParseValue() 55 if (!cJSON_IsNumber(son)) { in ParseValue() 58 return son->valueint; in ParseValue() 67 cJSON *son = nullptr; in ParseValue() local 68 son = cJSON_GetObjectItem(object, key); in ParseValue() 69 if (!cJSON_IsString(son)) { in ParseValue() 72 return son->valuestring; in ParseValue() 81 cJSON *son = nullptr; in ParseValue() local 82 son in ParseValue() [all...] |
H A D | bundle_parser.cpp | 43 cJSON *son = nullptr; in ParseValue() local 44 son = cJSON_GetObjectItem(object, key); in ParseValue() 45 if (!cJSON_IsNumber(son)) { in ParseValue() 48 return son->valueint; in ParseValue() 57 cJSON *son = nullptr; in ParseValue() local 58 son = cJSON_GetObjectItem(object, key); in ParseValue() 59 if (!cJSON_IsString(son)) { in ParseValue() 62 return son->valuestring; in ParseValue() 71 cJSON *son = nullptr; in ParseValue() local 72 son in ParseValue() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_nbranch_test.cpp | 212 RefPtr<UINode> son = frameNode;
in HWTEST_F() local 221 son->SetParent(parent);
in HWTEST_F() 247 RefPtr<UINode> son = frameNode;
in HWTEST_F() local 249 son->SetParent(parent);
in HWTEST_F()
|
H A D | web_pattern_web_test_ng.cpp | 1311 RefPtr<UINode> son = frameNode;
in HWTEST_F() local 1320 son->SetParent(parent);
in HWTEST_F() 1471 RefPtr<UINode> son = frameNode;
in HWTEST_F() local 1472 son->SetParent(son);
in HWTEST_F()
|
Completed in 9 milliseconds