Home
last modified time | relevance | path

Searched defs:jsonObject (Results 1 – 25 of 32) sorted by relevance

12

/base/notification/ans_standard/interfaces/innerkits/ans/native/include/
Dnotification_json_convert.h39 …ool ConvertToJosn(const NotificationJsonConvertionBase *convertionBase, nlohmann::json &jsonObject) in ConvertToJosn()
56 nlohmann::json jsonObject; in ConvertToJosnString() local
67 static T *ConvertFromJosn(const nlohmann::json &jsonObject) in ConvertFromJosn()
85 auto jsonObject = nlohmann::json::parse(jsonString); in ConvertFromJosnString() local
/base/accessibility/services/aams/test/mock/
Dmodule_info_mock.cpp41 void to_json(nlohmann::json &jsonObject, const ModuleInfo &moduleInfo) in to_json()
49 void from_json(const nlohmann::json &jsonObject, ModuleInfo &moduleInfo) in from_json()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_info.cpp146 auto jsonObject = Json::parse(associatedData_, nullptr, false); in GetAssociatedData() local
163 auto jsonObject = Json::parse(associatedData_, nullptr, false); in SetAssociatedData() local
187 auto jsonObject = Json::parse(accountCredential_, nullptr, false); in GetAccountCredential() local
203 auto jsonObject = Json::parse(accountCredential_, nullptr, false); in SetAccountCredential() local
423 void AppAccountInfo::ParseTokenInfosFromJson(const Json &jsonObject) in ParseTokenInfosFromJson()
441 void AppAccountInfo::FromJson(const Json &jsonObject) in FromJson()
466 auto jsonObject = ToJson(); in ToString() local
Dapp_account_data_storage.cpp39 auto jsonObject = Json::parse(authorizedAccounts, nullptr, false); in GetAccessibleAccountsFromAuthorizedAccounts() local
140 Json jsonObject = Json::parse(item.value.ToString(), nullptr, false); in SaveEntries() local
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_sync_module_test.cpp521 auto jsonObject = Json::parse(authorizedAccounts, nullptr, false); variable
541 auto jsonObject = Json::parse(authorizedAccounts, nullptr, false); variable
590 auto jsonObject = Json::parse(authorizedAccounts, nullptr, false); variable
610 auto jsonObject = Json::parse(authorizedAccounts, nullptr, false); variable
659 auto jsonObject = Json::parse(authorizedAccounts, nullptr, false); variable
674 auto jsonObject = Json::parse(authorizedAccounts, nullptr, false); variable
/base/notification/ans_standard/frameworks/ans/native/src/
Dnotification_normal_content.cpp31 NotificationNormalContent *NotificationNormalContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
Dnotification_content.cpp134 NotificationContent *NotificationContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
242 …icationContent::ConvertJsonToContent(NotificationContent *target, const nlohmann::json &jsonObject) in ConvertJsonToContent()
Dnotification_request.cpp730 NotificationRequest *NotificationRequest::FromJson(const nlohmann::json &jsonObject) in FromJson()
1560 …otificationRequest::ConvertJsonToNum(NotificationRequest *target, const nlohmann::json &jsonObject) in ConvertJsonToNum()
1602 …ficationRequest::ConvertJsonToString(NotificationRequest *target, const nlohmann::json &jsonObject) in ConvertJsonToString()
1636 …tificationRequest::ConvertJsonToEnum(NotificationRequest *target, const nlohmann::json &jsonObject) in ConvertJsonToEnum()
1656 …tificationRequest::ConvertJsonToBool(NotificationRequest *target, const nlohmann::json &jsonObject) in ConvertJsonToBool()
1702 …cationRequest::ConvertJsonToPixelMap(NotificationRequest *target, const nlohmann::json &jsonObject) in ConvertJsonToPixelMap()
1723 NotificationRequest *target, const nlohmann::json &jsonObject) in ConvertJsonToNotificationContent()
1749 NotificationRequest *target, const nlohmann::json &jsonObject) in ConvertJsonToNotificationActionButton()
1775 NotificationRequest *target, const nlohmann::json &jsonObject) in ConvertJsonToNotificationDistributedOptions()
1801 NotificationRequest *target, const nlohmann::json &jsonObject) in ConvertJsonToNotificationFlags()
Dnotification_basic_content.cpp68 void NotificationBasicContent::ReadFromJson(const nlohmann::json &jsonObject) in ReadFromJson()
Dnotification_flags.cpp55 NotificationFlags *NotificationFlags::FromJson(const nlohmann::json &jsonObject) in FromJson()
Dnotification_media_content.cpp67 NotificationMediaContent *NotificationMediaContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
Dnotification_picture_content.cpp75 NotificationPictureContent *NotificationPictureContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
Dnotification_multiline_content.cpp89 …ificationMultiLineContent *NotificationMultiLineContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
Dnotification_long_text_content.cpp88 NotificationLongTextContent *NotificationLongTextContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
Dnotification_distributed_options.cpp86 …ationDistributedOptions *NotificationDistributedOptions::FromJson(const nlohmann::json &jsonObject) in FromJson()
Dnotification_conversational_message.cpp86 …onversationalMessage *NotificationConversationalMessage::FromJson(const nlohmann::json &jsonObject) in FromJson()
Dmessage_user.cpp112 MessageUser *MessageUser::FromJson(const nlohmann::json &jsonObject) in FromJson()
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_data_storage.cpp40 nlohmann::json jsonObject = nlohmann::json::parse(item.value.ToString(), nullptr, false); in SaveEntries() local
/base/account/os_account/frameworks/common/database/include/
Diaccount_info.h44 void GetDataByType(const Json &jsonObject, const nlohmann::detail::iter_impl<const Json> &end, cons… in GetDataByType()
/base/security/access_token/services/tokensyncmanager/src/command/
Dsync_remote_hap_token_command.cpp53 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false); in SyncRemoteHapTokenCommand() local
Ddelete_remote_token_command.cpp47 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false); in DeleteRemoteTokenCommand() local
Dupdate_remote_hap_token_command.cpp45 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false); in UpdateRemoteHapTokenCommand() local
Dsync_remote_native_token_command.cpp44 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false); in SyncRemoteNativeTokenCommand() local
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp247 void OsAccountInfo::FromJson(const Json &jsonObject) in FromJson()
293 nlohmann::json jsonObject = nlohmann::json::parse(jsonString, nullptr, false); in ReadFromParcel() local
300 auto jsonObject = ToJson(); in ToString() local
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_info_test.cpp424 auto jsonObject = Json::parse(appAccountInfo.associatedData_); variable
480 auto jsonObject = Json::parse(appAccountInfo.accountCredential_); variable

12