Home
last modified time | relevance | path

Searched defs:jsonObject (Results 1 - 25 of 99) sorted by relevance

1234

/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontentannex_fuzzer/
H A Dnotificationlongtextcontentannex_fuzzer.cpp28 nlohmann::json jsonObject; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/notificationbasiccontent_fuzzer/
H A Dnotificationbasiccontent_fuzzer.cpp37 nlohmann::json jsonObject; in DoSomethingInterestingWithMyAPI() local
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_data_storage.cpp36 nlohmann::json jsonObject = nlohmann::json::parse(item.value.ToString(), nullptr, false); in SaveEntries() local
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_converter.cpp43 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 Dnotification_button_option.cpp53 NotificationButtonOption *NotificationButtonOption::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
H A Dnotification_normal_content.cpp36 NotificationNormalContent *NotificationNormalContent::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
H A Dnotification_media_content.cpp67 NotificationMediaContent *NotificationMediaContent::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_json_convert.h45 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 Dnotificationflags_fuzzer.cpp34 nlohmann::json jsonObject; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/notificationrequestannex_fuzzer/
H A Dnotificationrequestannex_fuzzer.cpp31 nlohmann::json jsonObject; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/
H A Dmessageuser_fuzzer.cpp59 nlohmann::json jsonObject; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontentannex_fuzzer/
H A Dnotificationmultilinecontentannex_fuzzer.cpp27 nlohmann::json jsonObject; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/notificationnormalcontent_fuzzer/
H A Dnotificationnormalcontent_fuzzer.cpp30 nlohmann::json jsonObject; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_button_option_test.cpp70 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 Dnotification_progress_test.cpp94 nlohmann::json jsonObject = nlohmann::json{}; in HWTEST_F() local
108 nlohmann::json jsonObject = nlohmann::json{ in HWTEST_F() local
H A Dmessage_user_test.cpp44 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 Dnotification_flags_test.cpp84 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 Dnotification_long_text_content_test.cpp57 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 Dnotification_capsule_test.cpp87 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 Dnotification_time_test.cpp122 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 Dnotificationpicturecontentannex_fuzzer.cpp27 nlohmann::json jsonObject; in DoSomethingInterestingWithMyAPI() local
/base/security/access_token/services/tokensyncmanager/src/command/
H A Dsync_remote_hap_token_command.cpp67 nlohmann::json jsonObject = nlohmann::json::parse(json, nullptr, false); in SyncRemoteHapTokenCommand() local
[all...]
H A Dupdate_remote_hap_token_command.cpp47 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 Dsandbox_json_manager_test.cpp140 Json jsonObject; in HWTEST_F() local
[all...]
/base/account/os_account/interfaces/innerkits/common/include/
H A Diaccount_info.h44 bool GetDataByType(const Json &jsonObject, const nlohmann::detail::iter_impl<const Json> &end, const std::string &key, in GetDataByType() argument
[all...]

Completed in 7 milliseconds

1234