Home
last modified time | relevance | path

Searched refs:defaultPath (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Djson_utils.cpp28 const std::string& defaultPath) in LoadConfiguration() argument
30 std::string configPath = GetConfigPath(path, defaultPath); in LoadConfiguration()
38 std::string JsonUtils::GetConfigPath(const std::string& path, const std::string& defaultPath) in GetConfigPath() argument
43 return defaultPath; in GetConfigPath()
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Djson_utils.h35 …nfiguration(const std::string& path, nlohmann::json& jsonBuf, const std::string& defaultPath = "");
38 std::string GetConfigPath(const std::string& path, const std::string& defaultPath);
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_app_load.c37 static int32_t TEEC_ReadApp(const TaFileInfo *taFile, const char *loadFile, bool defaultPath,
219 static int32_t TEEC_ReadApp(const TaFileInfo *taFile, const char *loadFile, bool defaultPath, in TEEC_ReadApp() argument
234 if (!defaultPath) { in TEEC_ReadApp()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_hiview_reporter.h33 static constexpr const char *defaultPath = "single_ver/main/gen_natural_store.db"; variable
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp800 void HiviewPlatform::ValidateAndCreateDirectory(std::string& defaultPath, const std::string& realPa… in ValidateAndCreateDirectory() argument
802 if (defaultPath != realPath) { in ValidateAndCreateDirectory()
803 defaultPath = realPath; in ValidateAndCreateDirectory()
805 if (FileUtil::IsDirectory(defaultPath)) { in ValidateAndCreateDirectory()
808 FileUtil::CreateDirWithDefaultPerm(defaultPath, AID_SYSTEM, AID_SYSTEM); in ValidateAndCreateDirectory()
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c243 char *defaultPath = NULL; in GetPathStorage() local
246 defaultPath = USER_DATA_DIR; in GetPathStorage()
248 defaultPath = ROOT_DIR; in GetPathStorage()
253 rc = strncpy_s(path, pathLen, defaultPath, strlen(defaultPath) + 1); in GetPathStorage()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_chipset_platform_encrypt_test.cpp602 constexpr const char defaultPath[] = "/data/input.json"; variable
605 envInputPath, defaultPath);
609 inputPath = defaultPath;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_test.cpp79 …std::vector<const char *> defaultPath { "/system/operator_config.json", "/chipset/operator_config.… variable
82 for (auto path : defaultPath) {
134 …std::vector<const char *> defaultPath { "/system/operator_config.json", "/chipset/operator_config.… variable
137 for (auto path : defaultPath) {
/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h168 void ValidateAndCreateDirectory(std::string& defaultPath, const std::string& realPath);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp134 auto file = dbPath + defaultPath + suffix.suffix_; in GetFileStatInfo()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1615 std::string defaultPath; in PlaySoundAndVibration() local
1617 defaultPath = "file:/" + DEFAULT_REMINDER_SOUND_1; in PlaySoundAndVibration()
1619 defaultPath = "file:/" + GetFullPath(DEFAULT_REMINDER_SOUND_2); in PlaySoundAndVibration()
1621 Uri defaultSound(defaultPath); in PlaySoundAndVibration()