/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_parser.cpp | 65 bool BundleParser::ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf) in ReadFileIntoJson() 224 nlohmann::json jsonBuf; in ParsePreInstallConfig() local 238 nlohmann::json jsonBuf; in ParsePreUnInstallConfig() local 251 nlohmann::json jsonBuf; in ParsePreInstallAbilityConfig() local 264 nlohmann::json jsonBuf; in ParseDefaultPermission() local 276 nlohmann::json jsonBuf; in ParseExtTypeConfig() local 313 nlohmann::json jsonBuf = nlohmann::json::parse(jsonString, nullptr, false); in ParseRouterArray() local
|
H A D | pre_bundle_profile.cpp | 56 const nlohmann::json &jsonBuf, in TransformTo() 129 const nlohmann::json &jsonBuf, in TransformTo() 172 const nlohmann::json &jsonBuf, in TransformTo() 410 const nlohmann::json &jsonBuf, std::set<std::string> &extensionTypeList) const in TransformJsonToExtensionTypeList() argument
|
/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | json_utils.cpp | 27 bool JsonUtils::LoadConfiguration(const std::string& path, nlohmann::json& jsonBuf, in LoadConfiguration() 48 bool JsonUtils::ReadFileInfoJson(const std::string &filePath, nlohmann::json &jsonBuf) in ReadFileInfoJson()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | drawable_descriptor_test.cpp | 70 std::unique_ptr<uint8_t[]> jsonBuf; variable 138 std::unique_ptr<uint8_t[]> jsonBuf; variable 164 std::unique_ptr<uint8_t[]> jsonBuf; variable 201 std::unique_ptr<uint8_t[]> jsonBuf; variable 229 std::unique_ptr<uint8_t[]> jsonBuf; variable 279 std::unique_ptr<uint8_t[]> jsonBuf; variable 586 const char* jsonBuf = "{\"background\":\"background\"}"; variable 602 const char* jsonBuf = "{\"foreground\": \"foreground\"}"; variable
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.h | 96 LayeredDrawableDescriptor(std::unique_ptr<uint8_t[]> jsonBuf, size_t len, in LayeredDrawableDescriptor() 103 LayeredDrawableDescriptor(std::unique_ptr<uint8_t[]> jsonBuf, size_t len, in LayeredDrawableDescriptor() 111 LayeredDrawableDescriptor(std::unique_ptr<uint8_t[]> jsonBuf, size_t len, in LayeredDrawableDescriptor() 238 std::unique_ptr<uint8_t[]> jsonBuf; in Create() local 269 std::unique_ptr<uint8_t[]> jsonBuf; in Create() local 300 std::unique_ptr<uint8_t[]> jsonBuf; in Create() local 336 std::unique_ptr<uint8_t[]> jsonBuf; in Create() local 369 std::unique_ptr<uint8_t[]> jsonBuf; in Create() local
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/test/ |
H A D | processing_keyboard_device_test.cpp | 52 std::string jsonBuf = ReadJsonFile(path); variable 83 std::string jsonBuf = ReadJsonFile(path); variable
|
H A D | processing_game_pad_device_test.cpp | 41 std::string jsonBuf = ReadJsonFile(path); in CheckGamePadJson() local 74 std::string jsonBuf = ReadJsonFile(path); variable
|
H A D | processing_pen_device_test.cpp | 42 std::string jsonBuf = ReadJsonFile(path); in CheckJsonData() local 75 std::string jsonBuf = ReadJsonFile(path); variable
|
H A D | processing_joystick_device_test.cpp | 43 std::string jsonBuf = ReadJsonFile(path); in CheckTransformJson() local 66 std::string jsonBuf = ReadJsonFile(path); in CheckJoyStickJson() local
|
H A D | processing_mouse_device_test.cpp | 52 std::string jsonBuf = ReadJsonFile(path); variable
|
H A D | processing_pad_device_test.cpp | 51 std::string jsonBuf = ReadJsonFile(path); variable
|
H A D | get_device_object_test.cpp | 52 std::string jsonBuf = ReadJsonFile(path); variable
|
H A D | manage_inject_device_test.cpp | 95 std::string jsonBuf = ReadJsonFile(filePath); variable
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/ |
H A D | parser_util.cpp | 58 nlohmann::json jsonBuf; in ParsePreInstallAbilityConfig() local 71 nlohmann::json &jsonBuf, std::vector<std::tuple<std::string, std::string, std::string>> &list) in FilterInfoFromJson() 147 bool ParserUtil::ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf) in ReadFileIntoJson()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | extension_config.cpp | 53 nlohmann::json jsonBuf; in LoadExtensionConfiguration() local 179 bool ExtensionConfig::ReadFileInfoJson(const std::string &filePath, nlohmann::json &jsonBuf) in ReadFileInfoJson()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/ |
H A D | bundle_resource_drawable_utils.cpp | 71 std::unique_ptr<uint8_t[]> jsonBuf; in ConvertToDrawableDescriptor() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/ |
H A D | bms_extension_profile.cpp | 39 nlohmann::json jsonBuf; in ParseBmsExtension() local
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/ |
H A D | deeplink_reserve_config.cpp | 62 nlohmann::json jsonBuf; in LoadConfiguration() local 252 bool DeepLinkReserveConfig::ReadFileInfoJson(const std::string &filePath, nlohmann::json &jsonBuf) in ReadFileInfoJson()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrrdbparserutil_fuzzer/ |
H A D | abilitymgrrdbparserutil_fuzzer.cpp | 75 nlohmann::json jsonBuf; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | injection_tools_help_func.cpp | 148 std::string jsonBuf = ReadJsonFile(jsonFile); in JsonOption() local
|
H A D | injection_event_dispatch.cpp | 79 std::string jsonBuf = ReadJsonFile(injectArgvs_.at(JSON_FILE_PATH_INDEX)); in OnJson() local
|
/ohos5.0/base/msdp/device_status/libs/src/ |
H A D | devicestatus_data_parse.cpp | 71 std::string jsonBuf = ReadJsonFile(MSDP_DATA_PATH.c_str()); in ParseDeviceStatusData() local
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_common.cpp | 285 std::unique_ptr<uint8_t[]> jsonBuf; in TestGetDrawableInfoById() local 310 std::unique_ptr<uint8_t[]> jsonBuf; in TestGetDrawableInfoWithDensityById() local 326 std::unique_ptr<uint8_t[]> jsonBuf; in TestGetDrawableInfoByName() local 349 std::unique_ptr<uint8_t[]> jsonBuf; in TestGetDrawableInfoWithDensityByName() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_parser.cpp | 343 std::unique_ptr<uint8_t[]> jsonBuf; in ParseIconResourceByResourceManager() local 422 std::unique_ptr<uint8_t[]> jsonBuf; in GetMediaDataById() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_extension_data_mgr_test.cpp | 478 nlohmann::json jsonBuf; variable
|