Home
last modified time | relevance | path

Searched defs:jsonData (Results 1 – 18 of 18) sorted by relevance

/base/account/os_account/services/accountmgr/src/
Dohos_account_data_deal.cpp169 auto jsonData = CreateJsonFromString(fileContent); in Init() local
215 auto jsonData = CreateJson(); in SaveAccountInfo() local
254 ErrCode OhosAccountDataDeal::ParseJsonFromFile(const std::string &filePath, CJsonUnique &jsonData, … in ParseJsonFromFile()
286 bool GetJsonField(CJsonUnique &jsonData, const std::string &key, Callback callback) in GetJsonField()
312 CJsonUnique &jsonData, AccountInfo &accountInfo, const int32_t userId) in GetAccountInfoFromJson()
380 auto jsonData = CreateJson(); in GetAccountInfo() local
/base/telephony/call_manager/services/interoperable_call/src/
Dinteroperable_data_controller.cpp111 char *jsonData = cJSON_PrintUnformatted(muteMsg); in CreateMuteMsg() local
131 char *jsonData = cJSON_PrintUnformatted(muteRingerMsg); in CreateMuteRingerMsg() local
191 char *jsonData = cJSON_PrintUnformatted(slotIdMsg); in CreateRequisitesDataMsg() local
266 char *jsonData = cJSON_PrintUnformatted(querySlotMsg); in CreateQueryRequisitesDataMsg() local
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
Ddistributed_data_controller.cpp149 char *jsonData = cJSON_PrintUnformatted(muteMsg); in CreateMuteMsg() local
173 char *jsonData = cJSON_PrintUnformatted(muteRingerMsg); in CreateMuteRingerMsg() local
Ddistributed_data_source_controller.cpp192 char *jsonData = cJSON_PrintUnformatted(rspMsg); in CreateDataRspMsg() local
270 char *jsonData = cJSON_PrintUnformatted(currentRspMsg); in CreateCurrentDataRspMsg() local
Ddistributed_data_sink_controller.cpp148 char *jsonData = cJSON_PrintUnformatted(reqMsg); in CreateDataReqMsg() local
261 char *jsonData = cJSON_PrintUnformatted(currentReqMsg); in CreateCurrentDataReqMsg() local
Ddistributed_source_switch_controller.cpp150 char *jsonData = cJSON_PrintUnformatted(root); in GetDevAddress() local
/base/web/webview/ohos_adapter/migration_manager_adapter/src/
Dmigration_manager_adapter_impl.cpp97 …MigrationManagerAdapterImpl::MigrationListenerAdapterImpl::SetJsonData(const std::string& jsonData) in SetJsonData()
129 bool MigrationManagerAdapterImpl::SendMigrationRequest(std::shared_ptr<std::string> jsonData) in SendMigrationRequest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_migration_manager_adapter_wrapper.cpp41 bool ArkMigrationManagerAdapterWrapper::SendMigrationRequest(std::shared_ptr<std::string> jsonData) in SendMigrationRequest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_migration_manager_adapter_impl.cpp38 bool ArkMigrationManagerAdapterImpl::SendMigrationRequest(const char* jsonData) in SendMigrationRequest()
/base/global/font_manager/frameworks/fontmgr/src/
Dfont_config.cpp205 cJSON *jsonData = cJSON_CreateObject(); in ConstructCJSON() local
224 cJSON *jsonData = cJSON_Parse(CheckConfigFile(fontPath).c_str()); in GetFontsMap() local
/base/telephony/call_manager/services/spam_call/src/
Dspam_call_adapter.cpp150 void SpamCallAdapter::ParseNeedNotifyResult(const std::string &jsonData) in ParseNeedNotifyResult()
187 void SpamCallAdapter::ParseDetectResult(const std::string &jsonData, bool &isBlock, in ParseDetectResult()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
Dzero_branch2_test.cpp87 std::string jsonData = "{\"detectResult\":1,\"decisionReason\":1}"; variable
/base/global/resource_management/frameworks/resmgr/src/
Dtheme_pack_resource.cpp143 void ThemeResource::ReleaseJson(char* jsonData, FILE* pf) in ReleaseJson()
168 char *jsonData = (char *)malloc(len + 1); in ParseJson() local
/base/notification/distributed_notification_service/services/ans/test/unittest/common_utils/
Dnotification_analytics_util_test.cpp371 nlohmann::json jsonData = nlohmann::json::parse(ansData); variable
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
Dfusion_device_profile_adapter.cpp178 std::string jsonData = profile.GetCharacteristicProfileJson(); in GetCrossSwitchState() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_chipset_platform_encrypt_test.cpp590 std::unique_ptr<cJSON, void(*)(cJSON *)> jsonData(json, cJSON_Delete); in ReadInputFile() local
/base/account/os_account/frameworks/common/file_operator/src/
Daccount_file_operator.cpp644 auto jsonData = CreateJsonFromString(content); in IsJsonFormat() local
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
Dgroup_operation_common.c900 CJson *jsonData = CreateJson(); in GenerateBindSuccessData() local
933 CJson *jsonData = CreateJson(); in GenerateUnbindSuccessData() local