Home
last modified time | relevance | path

Searched refs:ParseJson (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_global_func_test.cpp363 EXPECT_TRUE(ParseJson(jsonString, type, key, value) == true);
372 EXPECT_TRUE(ParseJson(jsonString, type, key, value) == true);
379 EXPECT_TRUE(ParseJson(jsonString, type, key, value) == false);
382 EXPECT_TRUE(ParseJson(jsonString, type, key, value) == false);
385 EXPECT_TRUE(ParseJson(jsonString, type, key, value) == false);
390 EXPECT_TRUE(ParseJson(jsonString, type, key, value) == false);
/ohos5.0/base/update/updater/services/ui/language/
H A Dlanguage_ui.cpp85 if (!ParseJson(file)) { in Parse()
93 bool LanguageUI::ParseJson(const std::string &file) in ParseJson() function in Updater::Lang::LanguageUI
H A Dlanguage_ui.h51 bool ParseJson(const std::string &file);
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp69 ErrorCode ParseJson(const std::string &key, Plugin::Any &any, EffectJsonPtr &json) in ParseJson() function
325 …CHECK_AND_RETURN_RET(ParseJson<float>(key, any, result) != ErrorCode::SUCCESS, ErrorCode::SUCCESS); in ParseAnyAndAddToJson()
326 …CHECK_AND_RETURN_RET(ParseJson<int32_t>(key, any, result) != ErrorCode::SUCCESS, ErrorCode::SUCCES… in ParseAnyAndAddToJson()
327 …CHECK_AND_RETURN_RET(ParseJson<uint32_t>(key, any, result) != ErrorCode::SUCCESS, ErrorCode::SUCCE… in ParseAnyAndAddToJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djs_runtime.h77 virtual shared_ptr<JsValue> ParseJson(const std::string &str) = 0;
H A Dark_js_runtime.h88 shared_ptr<JsValue> ParseJson(const std::string& str) override;
H A Dark_js_runtime.cpp313 shared_ptr<JsValue> ArkJSRuntime::ParseJson(const std::string& str) in ParseJson() function in OHOS::Ace::Framework::ArkJSRuntime
H A Djsi_engine.cpp2325 return runtime->ParseJson(clipData); in AppGetData()
2965 shared_ptr<JsValue> var1 = runtime_->ParseJson(eventStr); in FireJsEvent()
3019 argv.push_back(runtime_->ParseJson(callBuff)); in CallJs()
3380 shared_ptr<JsValue> renderOptions = runtime->ParseJson(optionStr); in LoadJs()
3385 shared_ptr<JsValue> data = runtime->ParseJson(jsonData); in LoadJs()
3676 shared_ptr<JsValue> jsonObj = runtime->ParseJson(data); in OnRestoreData()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h167 …void ParseJson(const std::string &bundleName, const std::string &moduleName, const std::string &js…
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.h472 bool ParseJson(const std::string &jsonString, const std::string &type, const std::string &key, std:…
H A Dwifi_global_func.cpp597 bool ParseJson(const std::string &jsonString, const std::string &type, const std::string &key, std:… in ParseJson() function
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp142 void ThemeResource::ParseJson(const std::string &bundleName, const std::string &moduleName, in ParseJson() function in OHOS::Global::Resource::ThemeResource
293 …themeRes->ParseJson(std::get<FIRST_ELEMENT>(bundleInfo), std::get<SECOND_ELEMENT>(bundleInfo), pat… in LoadThemeResource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_router_module.cpp169 return runtime->ParseJson(paramsStr); in PageGetParams()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h504 bool ParseJson(Json::Value &data, PacMapList &mapList);
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h205 bool ParseJson(const std::string &configFile);
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp984 return ParseJson(defaultConfig); in ParseConfig()
988 return ParseJson(customConfig) || ParseJson(defaultConfig); in ParseConfig()
1067 bool KeyCommandHandler::ParseJson(const std::string &configFile) in ParseJson() function in OHOS::MMI::KeyCommandHandler
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_windows_manager.h225 bool ParseJson(const std::string &configFile);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp1495 return ParseJson(dataObject, mapList); in StringToMapList()
1498 bool PacMap::ParseJson(Json::Value &data, PacMapList &mapList) in ParseJson() function in OHOS::AppExecFwk::PacMap
1862 if (p->ParseJson(value, p->dataList_)) { in InnerPutPacMapValue()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.cpp1834 ParseJson(backupInfo, type, encryptionSymkey, keyStr); in ParseBackupJson()
1835 ParseJson(backupInfo, type, gcmParamsIv, ivStr); in ParseBackupJson()
1836 ParseJson(backupInfo, type, apiVersion, version); in ParseBackupJson()
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1112 bool ret = eventKeyCommandHandler.ParseJson(configFile);
1131 bool ret = eventKeyCommandHandler.ParseJson(configFile);
3587 bool ret = handler.ParseJson(configFile);
3603 ret = handler.ParseJson(configFile);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp1599 bool result = pacmap_->ParseJson(data, mapList);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2589 shared_ptr<JsValue> object = runtime->ParseJson(data); in OnNewWant()
2657 shared_ptr<JsValue> jsonObj = runtime->ParseJson(data); in OnRestoreData()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp1432 const std::vector<shared_ptr<JsValue>>& argv = { runtime->ParseJson(strJsonResult) }; in OnVisibilityChanged()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp4316 return ParseJson(defaultConfig); in UpdateDisplayInfo()
4319 bool InputWindowsManager::ParseJson(const std::string &configFile) in UpdateDisplayInfo() function in OHOS::MMI::InputWindowsManager