| /test/xts/acts/graphic/graphicImage/entry/src/ohosTest/ets/MainAbility/common/ |
| H A D | plugin_component.js | 20 var jsonObject = JSON.parse(data.componentTemplate.source); variable
|
| /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
|
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
| H A D | module_info.cpp | 29 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 D | bms_json_util.cpp | 19 void BMSJsonUtil::GetStrValueIfFindKey(const nlohmann::json &jsonObject, in GetStrValueIfFindKey() argument 43 void BMSJsonUtil::GetBoolValueIfFindKey(const nlohmann::json &jsonObject, in GetBoolValueIfFindKey() argument
|
| H A D | code_protect_bundle_info.cpp | 62 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 D | pin_auth.cpp | 40 nlohmann::json jsonObject = nlohmann::json::parse(authToken, nullptr, false); in ShowAuthInfo() 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
|
| /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
|
| /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...] |
| /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...] |
| /foundation/ability/ability_base/interfaces/kits/native/view_data/src/ |
| H A D | rect.cpp | 30 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 D | dispatch_info.cpp | 31 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 D | UTTest_mine_hichain_connector.cpp | 113 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...] |