/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontentannex_fuzzer/ |
H A D | notificationlongtextcontentannex_fuzzer.cpp | 28 nlohmann::json jsonObject;
in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/test/fuzztest/notificationbasiccontent_fuzzer/ |
H A D | notificationbasiccontent_fuzzer.cpp | 37 nlohmann::json jsonObject;
in DoSomethingInterestingWithMyAPI() local
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_data_storage.cpp | 36 nlohmann::json jsonObject = nlohmann::json::parse(item.value.ToString(), nullptr, false); in SaveEntries() local
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_converter.cpp | 43 bool ConvertColorModeToJson(const ColorModeCode &code, nlohmann::json &jsonObject) in ConvertColorModeToJson() argument 49 bool ConvertDuplexModeToJson(const DuplexModeCode &code, nlohmann::json &jsonObject) in ConvertDuplexModeToJson() argument 74 bool ConvertPageSizeToJson(const PrintPageSize &pageSize, nlohmann::json &jsonObject) in ConvertPageSizeToJson() argument
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_button_option.cpp | 53 NotificationButtonOption *NotificationButtonOption::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
|
H A D | notification_normal_content.cpp | 36 NotificationNormalContent *NotificationNormalContent::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
|
H A D | notification_media_content.cpp | 67 NotificationMediaContent *NotificationMediaContent::FromJson(const nlohmann::json &jsonObject) in FromJson() argument [all...] |
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_json_convert.h | 45 static bool ConvertToJson(const NotificationJsonConvertionBase *convertionBase, nlohmann::json &jsonObject) in ConvertToJson() argument 69 nlohmann::json jsonObject; in ConvertToJsonString() local 86 static T *ConvertFromJson(const nlohmann::json &jsonObject) in ConvertFromJson() argument 110 auto jsonObject = nlohmann::json::parse(jsonString); ConvertFromJsonString() local [all...] |
/base/notification/distributed_notification_service/test/fuzztest/notificationflags_fuzzer/ |
H A D | notificationflags_fuzzer.cpp | 34 nlohmann::json jsonObject;
in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/test/fuzztest/notificationrequestannex_fuzzer/ |
H A D | notificationrequestannex_fuzzer.cpp | 31 nlohmann::json jsonObject;
in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/ |
H A D | messageuser_fuzzer.cpp | 59 nlohmann::json jsonObject;
in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontentannex_fuzzer/ |
H A D | notificationmultilinecontentannex_fuzzer.cpp | 27 nlohmann::json jsonObject;
in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/test/fuzztest/notificationnormalcontent_fuzzer/ |
H A D | notificationnormalcontent_fuzzer.cpp | 30 nlohmann::json jsonObject;
in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_button_option_test.cpp | 70 nlohmann::json jsonObject = nlohmann::json{"buttonName"}; in HWTEST_F() local 118 nlohmann::json jsonObject; in HWTEST_F() local 133 nlohmann::json jsonObject; in HWTEST_F() local [all...] |
H A D | notification_progress_test.cpp | 94 nlohmann::json jsonObject = nlohmann::json{}; in HWTEST_F() local 108 nlohmann::json jsonObject = nlohmann::json{ in HWTEST_F() local
|
H A D | message_user_test.cpp | 44 nlohmann::json jsonObject; in HWTEST_F() local 57 nlohmann::json jsonObject = nlohmann::json{"processName", "process6", "name", "arrivedTime1"}; in HWTEST_F() local 72 nlohmann::json jsonObject = nlohmann::json{ in HWTEST_F() local 140 nlohmann::json jsonObject in HWTEST_F() local [all...] |
H A D | notification_flags_test.cpp | 84 nlohmann::json jsonObject;
in HWTEST_F() local 99 nlohmann::json jsonObject = nlohmann::json{"processName", "soundEnabled", "name", "arrivedTime1"};
in HWTEST_F() local 114 nlohmann::json jsonObject = nlohmann::json{
in HWTEST_F() local [all...] |
H A D | notification_long_text_content_test.cpp | 57 nlohmann::json jsonObject;
in HWTEST_F() local 72 nlohmann::json jsonObject = nlohmann::json{"processName", "longText", "name", "arrivedTime1"};
in HWTEST_F() local 87 nlohmann::json jsonObject = nlohmann::json{
in HWTEST_F() local 152 nlohmann::json jsonObject = nlohmann::json{ HWTEST_F() local [all...] |
H A D | notification_capsule_test.cpp | 87 nlohmann::json jsonObject = nlohmann::json{"title", "backgroundColor", "icon"}; in HWTEST_F() local 101 nlohmann::json jsonObject = nlohmann::json{{"title", "testTitle"}, {"backgroundColor", "testBkColor"}, in HWTEST_F() local
|
H A D | notification_time_test.cpp | 122 nlohmann::json jsonObject = nlohmann::json{"initialTime", "isCountDown", "isPaused", "isInTitle"}; in HWTEST_F() local 136 nlohmann::json jsonObject = nlohmann::json{{"initialTime", 60}, {"isCountDown", false}, in HWTEST_F() local
|
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontentannex_fuzzer/ |
H A D | notificationpicturecontentannex_fuzzer.cpp | 27 nlohmann::json jsonObject;
in DoSomethingInterestingWithMyAPI() local
|
/base/security/access_token/services/tokensyncmanager/src/command/ |
H A D | sync_remote_hap_token_command.cpp | 67 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false);
in SyncRemoteHapTokenCommand() local [all...] |
H A D | update_remote_hap_token_command.cpp | 47 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false);
in UpdateRemoteHapTokenCommand() local
|
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/ |
H A D | sandbox_json_manager_test.cpp | 140 Json jsonObject; in HWTEST_F() local [all...] |
/base/account/os_account/interfaces/innerkits/common/include/ |
H A D | iaccount_info.h | 44 bool GetDataByType(const Json &jsonObject, const nlohmann::detail::iter_impl<const Json> &end, const std::string &key, in GetDataByType() argument [all...] |