Home
last modified time | relevance | path

Searched defs:jsonData (Results 51 - 63 of 63) sorted by relevance

123

/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp170 nlohmann::json jsonData = formProviderData.GetData(); in UpdateRenderingForm() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp535 void ViewFunctions::ExecuteInitiallyProvidedValue(const std::string& jsonData) in ExecuteInitiallyProvidedValue() argument
541 void ViewFunctions::ExecuteUpdateWithValueParams(const std::string& jsonData) in ExecuteUpdateWithValueParams() argument
589 void ViewFunctions::ExecuteFunctionWithParams(JSWeak<JSFunc>& func, const char* debugInfo, const std::string& jsonData) in ExecuteFunctionWithParams() argument
/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_server.cpp351 Json::Value jsonData; in ConvertControllersToStr() local
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp253 auto jsonData = servicesJson_[serviceId]; in SetServiceType() local
270 auto jsonData = nlohmann::json::parse(value, nullptr, false); in SetServiceType() local
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp455 char *jsonData = cJSON_PrintUnformatted(jParam); in GetCJsonString() local
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp32 bool GetBusinessId(const cJSON* jsonData, std::string &businessIdValue, std::vector<std::string> &businessIds) in GetBusinessId() argument
48 bool GetPreKeys(const cJSON* jsonData, ShortcutKey &shortcutKey) in GetPreKeys() argument
82 bool GetTrigger(const cJSON* jsonData, int32_t &triggerType) in GetTrigger() argument
106 GetKeyDownDuration(const cJSON* jsonData, int32_t &keyDownDurationInt) GetKeyDownDuration() argument
125 GetKeyFinalKey(const cJSON* jsonData, int32_t &finalKeyInt) GetKeyFinalKey() argument
241 ConvertToShortcutKey(const cJSON* jsonData, ShortcutKey &shortcutKey, std::vector<std::string> &businessIds) ConvertToShortcutKey() argument
281 GetKeyCode(const cJSON* jsonData, int32_t &keyCodeInt) GetKeyCode() argument
300 GetKeyAction(const cJSON* jsonData, int32_t &keyActionInt) GetKeyAction() argument
319 GetDelay(const cJSON* jsonData, int64_t &delayInt) GetDelay() argument
338 GetRepeatTimes(const cJSON* jsonData, int32_t &repeatTimesInt) GetRepeatTimes() argument
357 GetAbilityStartDelay(const cJSON* jsonData, int64_t &abilityStartDelayInt) GetAbilityStartDelay() argument
397 GetSequenceKeys(const cJSON* jsonData, Sequence &sequence) GetSequenceKeys() argument
461 ConvertToKeySequence(const cJSON* jsonData, Sequence &sequence) ConvertToKeySequence() argument
494 ConvertToExcludeKey(const cJSON* jsonData, ExcludeKey &exKey) ConvertToExcludeKey() argument
520 ConvertToKeyRepeat(const cJSON* jsonData, RepeatKey &repeatKey) ConvertToKeyRepeat() argument
697 cJSON *jsonData = cJSON_GetObjectItemCaseSensitive(parser.json_, "TwoFingerGesture"); ParseTwoFingerGesture() local
719 IsPackageKnuckleGesture(const cJSON* jsonData, const std::string knuckleGesture, Ability &launchAbility) IsPackageKnuckleGesture() argument
740 cJSON *jsonData = cJSON_GetObjectItemCaseSensitive(parser.json_, "KnuckleGesture"); IsParseKnuckleGesture() local
769 cJSON *jsonData = cJSON_GetObjectItemCaseSensitive(parser.json_, "TouchPadMultiFingersTap"); ParseMultiFingersTap() local
[all...]
H A Dkey_command_handler.cpp837 cJSON *jsonData = cJSON_CreateObject(); in GesturePointsToStr() local
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp158 sptr<InterfaceConfiguration> EthernetConfiguration::ConvertJsonToConfiguration(const cJSON* const jsonData, bool isLan) in ConvertJsonToConfiguration() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.cpp1865 std::string jsonData; in JsGetJsonData() local
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp332 void GetAttrDataSetData(const std::unique_ptr<JsonValue>& jsonData, MainChart& dataset) in GetAttrDataSetData() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp923 std::string jsonData = renderingContext2DModel_->GetJsonData(path); in JsGetJsonData() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp99 void AppendUnique(json::value& jsonData, const string_view value) in AppendUnique() argument
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp4369 JsonParser jsonData; in UpdateDisplayInfo() local

Completed in 44 milliseconds

123