Home
last modified time | relevance | path

Searched defs:jsonObject (Results 51 - 75 of 301) sorted by relevance

12345678910>>...13

/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/
H A Ddm_ability_manager.cpp45 nlohmann::json jsonObject = nlohmann::json::parse(params, nullptr, false); in StartAbility() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dversion_info.cpp67 void ToJson(cJSON *jsonObject, const VersionInfo &versionInfo) in ToJson() argument
98 void FromJson(const cJSON *jsonObject, CompVersion &compVer) in FromJson() argument
122 FromJson(const cJSON *jsonObject, VersionInfo &versionInfo) FromJson() argument
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport_obj.cpp24 void ToJson(cJSON *jsonObject, const FullCapsRsp &capsRsp) in ToJson() argument
48 void FromJson(const cJSON *jsonObject, FullCapsRsp &capsRsp) in FromJson() argument
71 ToJson(cJSON *jsonObject, const CommMsg &commMsg) ToJson() argument
82 FromJson(const cJSON *jsonObject, CommMsg &commMsg) FromJson() argument
[all...]
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/include/
H A Dprof_convert_json.h39 cJSON* jsonObject = cJSON_CreateObject(); in Convert() local
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_data_storage.cpp43 auto jsonObject = Json::parse(authorizedAccounts, nullptr, false); in GetAccessibleAccountsFromAuthorizedAccounts() local
118 Json jsonObject = Json::parse(item.value.ToString(), nullptr, false); in SaveEntries() local
[all...]
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_converter_test.cpp97 nlohmann::json jsonObject; in HWTEST_F() local
138 nlohmann::json jsonObject; in HWTEST_F() local
145 nlohmann::json jsonObject; in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_capsule.cpp91 NotificationCapsule *NotificationCapsule::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
[all...]
H A Dnotification_basic_content.cpp81 void NotificationBasicContent::ReadFromJson(const nlohmann::json &jsonObject) in ReadFromJson() argument
[all...]
H A Dnotification_bundle_option.cpp136 NotificationBundleOption *NotificationBundleOption::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
[all...]
H A Dnotification_multiline_content.cpp91 NotificationMultiLineContent *NotificationMultiLineContent::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
[all...]
H A Dnotification_long_text_content.cpp94 NotificationLongTextContent *NotificationLongTextContent::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
[all...]
H A Dnotification_time.cpp90 NotificationTime *NotificationTime::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
[all...]
H A Dnotification_picture_content.cpp75 NotificationPictureContent *NotificationPictureContent::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
[all...]
H A Dnotification_progress.cpp79 NotificationProgress *NotificationProgress::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
[all...]
H A Dnotification_distributed_options.cpp86 NotificationDistributedOptions *NotificationDistributedOptions::FromJson(const nlohmann::json &jsonObject) in FromJson() argument
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_bundle_option_test.cpp147 nlohmann::json jsonObject; in HWTEST_F() local
H A Dnotification_live_view_content_test.cpp175 nlohmann::json jsonObject; in HWTEST_F() local
203 nlohmann::json jsonObject = nlohmann::json{"processName", "process6", "expandedTitle", "arrivedTime1"}; in HWTEST_F() local
[all...]
H A Dnotification_local_live_view_button_test.cpp110 nlohmann::json jsonObject; in HWTEST_F() local
124 nlohmann::json jsonObject; in HWTEST_F() local
141 nlohmann::json jsonObject = nlohmann::json{"test"}; in HWTEST_F() local
155 nlohmann::json jsonObject = nlohmann::json{{"names", {"test"}}, {"icons", {}}}; in HWTEST_F() local
169 nlohmann::json jsonObject = nlohmann::json{{"names", {"test"}}, {"icons", {1, "testIcons"}}}; HWTEST_F() local
[all...]
H A Dnotification_local_live_view_content_test.cpp53 nlohmann::json jsonObject; in HWTEST_F() local
67 nlohmann::json jsonObject; in HWTEST_F() local
99 nlohmann::json jsonObject = nlohmann::json{"typeCode", "capsule", "button", "progress", "time"}; in HWTEST_F() local
114 nlohmann::json jsonObject = nlohmann::json{ HWTEST_F() local
164 nlohmann::json jsonObject = nlohmann::json{ HWTEST_F() local
[all...]
H A Dnotification_multiline_content_test.cpp100 nlohmann::json jsonObject; in HWTEST_F() local
179 nlohmann::json jsonObject = nlohmann::json{ in HWTEST_F() local
196 nlohmann::json jsonObject = nlohmann::json{ in HWTEST_F() local
212 nlohmann::json jsonObject = nlohmann::json{ in HWTEST_F() local
228 nlohmann::json jsonObject in HWTEST_F() local
[all...]
H A Dnotification_picture_content_test.cpp100 nlohmann::json jsonObject; in HWTEST_F() local
116 nlohmann::json jsonObject = nlohmann::json{"processName", "process6", "expandedTitle", "arrivedTime1"}; in HWTEST_F() local
132 nlohmann::json jsonObject = nlohmann::json{ in HWTEST_F() local
198 nlohmann::json jsonObject = nlohmann::json{ HWTEST_F() local
[all...]
H A Dnotification_media_content_test.cpp86 nlohmann::json jsonObject; in HWTEST_F() local
163 nlohmann::json jsonObject = nlohmann::json{ in HWTEST_F() local
178 nlohmann::json jsonObject = nlohmann::json{ in HWTEST_F() local
H A Dnotification_conversational_content_test.cpp44 nlohmann::json jsonObject; in HWTEST_F() local
61 nlohmann::json jsonObject = nlohmann::json{"processName", "process6", "messageUser", "arrivedTime1"}; in HWTEST_F() local
78 nlohmann::json jsonObject = nlohmann::json{ in HWTEST_F() local
97 nlohmann::json jsonObject = nlohmann::json{ HWTEST_F() local
223 nlohmann::json jsonObject = nlohmann::json{ HWTEST_F() local
242 nlohmann::json jsonObject = nlohmann::json{ HWTEST_F() local
266 nlohmann::json jsonObject = nlohmann::json{ HWTEST_F() local
[all...]
H A Dnotification_conversational_message_test.cpp102 nlohmann::json jsonObject; in HWTEST_F() local
177 nlohmann::json jsonObject = nlohmann::json{"processName", "process6", "arrivedTime", "arrivedTime1"}; in HWTEST_F() local
196 nlohmann::json jsonObject = nlohmann::json{ in HWTEST_F() local
216 nlohmann::json jsonObject; HWTEST_F() local
230 nlohmann::json jsonObject = nlohmann::json{ HWTEST_F() local
248 nlohmann::json jsonObject = nlohmann::json{ HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_service.cpp46 ErrCode NotificationCloneBundle::OnBackup(nlohmann::json &jsonObject) in OnBackup() argument
68 void NotificationCloneBundle::OnRestore(const nlohmann::json &jsonObject) in OnRestore() argument

Completed in 12 milliseconds

12345678910>>...13