Home
last modified time | relevance | path

Searched defs:jsonObject (Results 276 – 300 of 303) sorted by relevance

1...<<111213

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_service.cpp1307 nlohmann::json jsonObject; variable
1345 nlohmann::json jsonObject; variable
H A DUTTest_auth_message_processor.cpp139 nlohmann::json jsonObject; variable
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DTelephonyBackupAgentTest.java776 JSONObject jsonObject = jsonArray.getJSONObject(i); in addRandomDataToJson() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp1161 auto jsonObject = JsonUtil::Create(true); variable
H A Dtext_field_pattern_test.cpp1283 auto jsonObject = JsonUtil::Create(true); variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
H A Dwant_agent_helper_test.cpp773 nlohmann::json jsonObject; variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp984 nlohmann::json jsonObject = nlohmann::json::parse(fileData); in InitPreferenceMap() local
1020 nlohmann::json jsonObject; in WritePreferenceToFile() local
1055 nlohmann::json jsonObject = nlohmann::json::object(); in WritePrinterPreference() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp525 auto jsonObject = JsonUtil::Create(true); variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp1179 json jsonObject; in ParseResultSet2JsonStr() local
1212 json jsonObject; in ParseAnalysisFace2JsonStr() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp730 bool BMSEventHandler::GetValueFromJson(nlohmann::json& jsonObject) in GetValueFromJson()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp1329 nlohmann::json jsonObject = R"( variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp594 nlohmann::json jsonObject; in CheckJsonConverter() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp1448 void BmsBundleKitServiceTest::ShortcutWantToJson(nlohmann::json &jsonObject, const ShortcutWant &sh… in ShortcutWantToJson()
10544 nlohmann::json jsonObject; variable
10577 nlohmann::json jsonObject; variable
10593 nlohmann::json jsonObject; variable
10609 nlohmann::json jsonObject; variable
10625 nlohmann::json jsonObject = R"({"shortcuts":[{"shortcutId":"1","label":"1","icon":"1"}]})"_json; variable
10641 nlohmann::json jsonObject; variable
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp1476 nlohmann::json jsonObject = nlohmann::json::parse(accountJson, nullptr, false); in ReadOsAccountInfo() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp3207 bool BMSEventHandler::GetValueFromJson(nlohmann::json &jsonObject) in GetValueFromJson()
3248 nlohmann::json jsonObject; in ProcessRebootQuickFixUnInstallAndRecover() local
H A Dbundle_mgr_host_impl.cpp1960 nlohmann::json jsonObject = bundleInfo; in DumpBundleInfo() local
2002 nlohmann::json jsonObject = info; in DumpShortcutInfo() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_permission_test.cpp1670 nlohmann::json jsonObject; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1791 const nlohmann::json& jsonObject = item.value(); in LoadNeedCreateSandbox() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp974 nlohmann::json jsonObject = nlohmann::json::parse(profileFileBuffer.str(), nullptr, false); in SetUpTestCase() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1623 nlohmann::json& jsonObject = item.value(); in GetSystemKitsMap() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp1587 nlohmann::json jsonObject = { in GetBackupInfoByCount() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3491 …nlohmann::json jsonObject = configurationJson.at(JSON_KEY_APP_CONFIGURATION).get<nlohmann::json>(); in ParseAppConfigurationParams() local
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp2697 nlohmann::json jsonObject = nlohmann::json::parse(params, nullptr, false); in BackgroundEvent() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp2381 nlohmann::json jsonObject = nlohmann::json::parse(editData); in ParseCloudEnhancementEditData() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp7245 bool TextFieldPattern::ParseFillContentJsonValue(const std::unique_ptr<JsonValue>& jsonObject, in OnBackPressed()
7282 auto jsonObject = JsonUtil::ParseJsonString(fillContent); in OnBackPressed() local

1...<<111213