Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/src/
Daccount_helper_data.cpp36 static bool ParseJsonData(nlohmann::json &jsonData) in ParseJsonData()
63 nlohmann::json jsonData; in GetAccountEventMap() local
Dohos_account_data_deal.cpp166 nlohmann::json jsonData = json::parse(fin, nullptr, false); in Init() local
248 …AccountDataDeal::ParseJsonFromFile(const std::string &filePath, nlohmann::json &jsonData, int32_t … in ParseJsonFromFile()
281 bool GetJsonField(const nlohmann::json &jsonData, const std::string &key, Callback callback) in GetJsonField()
307 const nlohmann::json &jsonData, AccountInfo &accountInfo, const int32_t userId) in GetAccountInfoFromJson()
375 nlohmann::json jsonData; in GetAccountInfo() local
/base/telephony/call_manager/services/interoperable_call/src/
Dinteroperable_data_controller.cpp103 char *jsonData = cJSON_PrintUnformatted(muteMsg); in CreateMuteMsg() local
123 char *jsonData = cJSON_PrintUnformatted(muteRingerMsg); in CreateMuteRingerMsg() 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_sink_controller.cpp144 char *jsonData = cJSON_PrintUnformatted(reqMsg); in CreateDataReqMsg() local
257 char *jsonData = cJSON_PrintUnformatted(currentReqMsg); in CreateCurrentDataReqMsg() local
Ddistributed_data_source_controller.cpp192 char *jsonData = cJSON_PrintUnformatted(rspMsg); in CreateDataRspMsg() local
270 char *jsonData = cJSON_PrintUnformatted(currentRspMsg); in CreateCurrentDataRspMsg() 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.cpp95 …MigrationManagerAdapterImpl::MigrationListenerAdapterImpl::SetJsonData(const std::string& jsonData) in SetJsonData()
127 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(void* 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.cpp142 void ThemeResource::ReleaseJson(char* jsonData, FILE* pf) in ReleaseJson()
167 char *jsonData = (char *)malloc(len + 1); in ParseJson() local
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
Dfusion_device_profile_adapter.cpp178 std::string jsonData = profile.GetCharacteristicProfileJson(); in GetCrossSwitchState() local
/base/account/os_account/frameworks/common/file_operator/src/
Daccount_file_operator.cpp388 nlohmann::json jsonData = nlohmann::json::parse(content, nullptr, false); in IsJsonFormat() local
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
Dgroup_operation_common.c899 CJson *jsonData = CreateJson(); in GenerateBindSuccessData() local
932 CJson *jsonData = CreateJson(); in GenerateUnbindSuccessData() local