/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | json_utils.cpp | 28 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 D | json_utils.h | 35 …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 D | tee_client_app_load.c | 37 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 D | kv_hiview_reporter.h | 33 static constexpr const char *defaultPath = "single_ver/main/gen_natural_store.db"; variable
|
/ohos5.0/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 800 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 D | fs_work_agent.c | 243 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 D | hks_chipset_platform_encrypt_test.cpp | 602 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 D | sim_test.cpp | 79 …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 D | hiview_platform.h | 168 void ValidateAndCreateDirectory(std::string& defaultPath, const std::string& realPath);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_hiview_reporter.cpp | 134 auto file = dbPath + defaultPath + suffix.suffix_; in GetFileStatInfo()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager.cpp | 1615 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()
|