Home
last modified time | relevance | path

Searched defs:jsonBuf (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_parser.cpp65 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 Dpre_bundle_profile.cpp56 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 Djson_utils.cpp27 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 Ddrawable_descriptor_test.cpp70 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 Ddrawable_descriptor.h96 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 Dprocessing_keyboard_device_test.cpp52 std::string jsonBuf = ReadJsonFile(path); variable
83 std::string jsonBuf = ReadJsonFile(path); variable
H A Dprocessing_game_pad_device_test.cpp41 std::string jsonBuf = ReadJsonFile(path); in CheckGamePadJson() local
74 std::string jsonBuf = ReadJsonFile(path); variable
H A Dprocessing_pen_device_test.cpp42 std::string jsonBuf = ReadJsonFile(path); in CheckJsonData() local
75 std::string jsonBuf = ReadJsonFile(path); variable
H A Dprocessing_joystick_device_test.cpp43 std::string jsonBuf = ReadJsonFile(path); in CheckTransformJson() local
66 std::string jsonBuf = ReadJsonFile(path); in CheckJoyStickJson() local
H A Dprocessing_mouse_device_test.cpp52 std::string jsonBuf = ReadJsonFile(path); variable
H A Dprocessing_pad_device_test.cpp51 std::string jsonBuf = ReadJsonFile(path); variable
H A Dget_device_object_test.cpp52 std::string jsonBuf = ReadJsonFile(path); variable
H A Dmanage_inject_device_test.cpp95 std::string jsonBuf = ReadJsonFile(filePath); variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dparser_util.cpp58 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 Dextension_config.cpp53 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 Dbundle_resource_drawable_utils.cpp71 std::unique_ptr<uint8_t[]> jsonBuf; in ConvertToDrawableDescriptor() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_profile.cpp39 nlohmann::json jsonBuf; in ParseBmsExtension() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp62 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 Dabilitymgrrdbparserutil_fuzzer.cpp75 nlohmann::json jsonBuf; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinjection_tools_help_func.cpp148 std::string jsonBuf = ReadJsonFile(jsonFile); in JsonOption() local
H A Dinjection_event_dispatch.cpp79 std::string jsonBuf = ReadJsonFile(injectArgvs_.at(JSON_FILE_PATH_INDEX)); in OnJson() local
/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_data_parse.cpp71 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 Dresource_manager_test_common.cpp285 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 Dbundle_resource_parser.cpp343 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 Dbms_extension_data_mgr_test.cpp478 nlohmann::json jsonBuf; variable

12