Home
last modified time | relevance | path

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

12345678910>>...12

/test/xts/acts/graphic/graphicImage/entry/src/ohosTest/ets/MainAbility/common/
H A Dplugin_component.js20 var jsonObject = JSON.parse(data.componentTemplate.source); variable
/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
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_info.cpp29 void to_json(nlohmann::json &jsonObject, const ModuleInfo &moduleInfo) in to_json() argument
38 void from_json(const nlohmann::json &jsonObject, ModuleInfo &moduleInfo) in from_json() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbms_json_util.cpp19 void BMSJsonUtil::GetStrValueIfFindKey(const nlohmann::json &jsonObject, in GetStrValueIfFindKey() argument
43 void BMSJsonUtil::GetBoolValueIfFindKey(const nlohmann::json &jsonObject, in GetBoolValueIfFindKey() argument
H A Dcode_protect_bundle_info.cpp62 void to_json(nlohmann::json &jsonObject, const CodeProtectBundleInfo &CodeProtectBundleInfo) in to_json() argument
73 void from_json(const nlohmann::json &jsonObject, CodeProtectBundleInfo &CodeProtectBundleInfo) in from_json() argument
[all...]
/foundation/distributedhardware/device_manager/ext/pin_auth/src/
H A Dpin_auth.cpp40 nlohmann::json jsonObject = nlohmann::json::parse(authToken, nullptr, false); in ShowAuthInfo() 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
/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
/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...]
/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...]
/foundation/ability/ability_base/interfaces/kits/native/view_data/src/
H A Drect.cpp30 nlohmann::json jsonObject = nlohmann::json::parse(jsonStr, nullptr, false); in FromJsonString() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
H A Ddispatch_info.cpp31 void to_json(nlohmann::json &jsonObject, const DispatcherInfo &dispatcherInfo) in to_json() argument
38 void from_json(const nlohmann::json &jsonObject, DispatcherInfo &dispatcherInfo) in from_json() argument
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_mine_hichain_connector.cpp113 nlohmann::json jsonObject; in HWTEST_F() local
123 nlohmann::json jsonObject; in HWTEST_F() local
133 nlohmann::json jsonObject; in HWTEST_F() local
170 nlohmann::json jsonObject; in HWTEST_F() local
[all...]

Completed in 10 milliseconds

12345678910>>...12