| /base/notification/ans_standard/interfaces/innerkits/ans/native/include/ |
| D | notification_json_convert.h | 39 …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/ |
| D | module_info_mock.cpp | 41 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/ |
| D | app_account_info.cpp | 146 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
|
| D | app_account_data_storage.cpp | 39 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/ |
| D | app_account_manager_service_sync_module_test.cpp | 521 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/ |
| D | notification_normal_content.cpp | 31 NotificationNormalContent *NotificationNormalContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
|
| D | notification_content.cpp | 134 NotificationContent *NotificationContent::FromJson(const nlohmann::json &jsonObject) in FromJson() 242 …icationContent::ConvertJsonToContent(NotificationContent *target, const nlohmann::json &jsonObject) in ConvertJsonToContent()
|
| D | notification_request.cpp | 730 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()
|
| D | notification_basic_content.cpp | 68 void NotificationBasicContent::ReadFromJson(const nlohmann::json &jsonObject) in ReadFromJson()
|
| D | notification_flags.cpp | 55 NotificationFlags *NotificationFlags::FromJson(const nlohmann::json &jsonObject) in FromJson()
|
| D | notification_media_content.cpp | 67 NotificationMediaContent *NotificationMediaContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
|
| D | notification_picture_content.cpp | 75 NotificationPictureContent *NotificationPictureContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
|
| D | notification_multiline_content.cpp | 89 …ificationMultiLineContent *NotificationMultiLineContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
|
| D | notification_long_text_content.cpp | 88 NotificationLongTextContent *NotificationLongTextContent::FromJson(const nlohmann::json &jsonObject) in FromJson()
|
| D | notification_distributed_options.cpp | 86 …ationDistributedOptions *NotificationDistributedOptions::FromJson(const nlohmann::json &jsonObject) in FromJson()
|
| D | notification_conversational_message.cpp | 86 …onversationalMessage *NotificationConversationalMessage::FromJson(const nlohmann::json &jsonObject) in FromJson()
|
| D | message_user.cpp | 112 MessageUser *MessageUser::FromJson(const nlohmann::json &jsonObject) in FromJson()
|
| /base/account/os_account/services/accountmgr/src/osaccount/ |
| D | os_account_data_storage.cpp | 40 nlohmann::json jsonObject = nlohmann::json::parse(item.value.ToString(), nullptr, false); in SaveEntries() local
|
| /base/account/os_account/frameworks/common/database/include/ |
| D | iaccount_info.h | 44 void GetDataByType(const Json &jsonObject, const nlohmann::detail::iter_impl<const Json> &end, cons… in GetDataByType()
|
| /base/security/access_token/services/tokensyncmanager/src/command/ |
| D | sync_remote_hap_token_command.cpp | 53 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false); in SyncRemoteHapTokenCommand() local
|
| D | delete_remote_token_command.cpp | 47 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false); in DeleteRemoteTokenCommand() local
|
| D | update_remote_hap_token_command.cpp | 45 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false); in UpdateRemoteHapTokenCommand() local
|
| D | sync_remote_native_token_command.cpp | 44 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false); in SyncRemoteNativeTokenCommand() local
|
| /base/account/os_account/frameworks/osaccount/native/src/ |
| D | os_account_info.cpp | 247 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/ |
| D | app_account_info_test.cpp | 424 auto jsonObject = Json::parse(appAccountInfo.associatedData_); variable 480 auto jsonObject = Json::parse(appAccountInfo.accountCredential_); variable
|