/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/ |
H A D | medialibrary_backup_test.cpp | 309 std::string dir = RESTORE_CLOUD_DIR + "/" + to_string(uniqueId) + "/IMG_" + in HWTEST_F() local 325 std::string dir = RESTORE_CLOUD_DIR + "/" + to_string(uniqueId) + "/IMG_" + in HWTEST_F() local
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | base_restore.cpp | 370 void BaseRestore::CreateDir(std::string &dir) in CreateDir() argument
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_service.cpp | 1085 int32_t WorkSchedulerService::CreateNodeDir(std::string dir) in CreateNodeDir() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | db_common.cpp | 276 int DBCommon::RemoveAllFilesOfDirectory(const std::string &dir, bool isNeedRemoveDir) in RemoveAllFilesOfDirectory() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.cpp | 211 int DistributedDBToolsUnitTest::GetResourceDir(std::string& dir) in GetResourceDir() argument 223 GetCurrentDir(std::string &dir) GetCurrentDir() argument 246 TestDirInit(std::string &dir) TestDirInit() argument 265 RemoveTestDbFiles(const std::string &dir) RemoveTestDbFiles() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_tools.cpp | 313 const char *dir = directory.c_str(); in RemoveDir() local 358 char dir[MAX_DIR_LENGTH] = { 0 }; global() local [all...] |
/foundation/distributedhardware/distributed_audio/common/include/ |
H A D | audio_types.h | 61 enum AudioPortDirection dir; /**< Audio port type. For details, see {@link AudioPortDirection} */ member
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_manager.cpp | 51 std::shared_ptr<BaseKey> KeyManager::GetBaseKey(const std::string& dir) in GetBaseKey() argument 69 int KeyManager::GenerateAndInstallDeviceKey(const std::string &dir) in GenerateAndInstallDeviceKey() argument 103 int KeyManager::RestoreDeviceKey(const std::string &dir) in RestoreDeviceKey() argument 172 int KeyManager::GenerateAndInstallUserKey(uint32_t userId, const std::string &dir, cons argument 214 GenerateAndInstallEl5Key(uint32_t userId, const std::string &dir, const UserAuth &auth) GenerateAndInstallEl5Key() argument 253 RestoreUserKey(uint32_t userId, const std::string &dir, const UserAuth &auth, KeyType type) RestoreUserKey() argument 1949 std::string dir = GetKeyDirByUserAndType(userId, type); UpdateCeEceSeceUserAuth() local [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 4021 bool BundleMgrProxy::GetGroupDir(const std::string &dataGroupId, std::string &dir) in GetGroupDir() argument
|
H A D | bundle_mgr_host.cpp | 3360 std::string dir; in HandleGetPreferenceDirByGroupId() local
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1383 virtual bool GetGroupDir(const std::string &dataGroupId, std::string &dir) in GetGroupDir() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2978 std::string dir = "/data"; in HWTEST_F() local 6174 std::string dir; HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 191 bool InstalldOperator::IsDirEmpty(const std::string &dir) in IsDirEmpty() argument 432 std::string dir = GetPathDir(path); in ExtractTargetHnpFile() local 95 HandleScanResult( const std::string &dir, const std::string &subName, ResultMode resultMode) HandleScanResult() argument 518 std::string dir = GetPathDir(path); ExtractTargetFile() local 659 DIR *dir = opendir(path.c_str()); ChangeDirOwnerRecursively() local 754 DIR *dir = opendir(dataPath.c_str()); DeleteFiles() local 785 DIR *dir = opendir(dataPath.c_str()); DeleteFilesExceptDirs() local 874 GetDiskUsage(const std::string &dir, bool isRealPath) GetDiskUsage() argument 927 DIR* dir = opendir(filePath.c_str()); TraverseCacheDirectory() local 1037 DIR* dir = opendir(realPath.c_str()); ScanDir() local 1085 DIR* dir = opendir(filePath.c_str()); ScanSoFiles() local 1233 ObtainQuickFixFileDir(const std::string &dir, std::vector<std::string> &fileVec) ObtainQuickFixFileDir() argument 2067 DIR *dir = opendir(baseDir.c_str()); GetAtomicServiceBundleDataDir() local [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_utils.cpp | 338 DIR *dir = opendir(path.c_str()); in IsDirEmpty() local 531 DIR *dir = opendir((recoverPath).c_str()); in RecoverMediaTempDir() local 1903 CheckDirStatus(const std::unordered_set<std::string> &dirCheckSet, const std::string &dir) global() argument [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_asset_operations.cpp | 1378 string dir = MediaFileUtils::GetParentPath(path); in CreateDirectoryAndAsset() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/ |
H A D | json_fuzzer.cpp | 68 int RemoveDir(const char *dir) in RemoveDir() argument 109 MakeDir(const char *dir) MakeDir() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/jsoninner_fuzzer/ |
H A D | jsoninner_fuzzer.cpp | 77 int RemoveDir(const char *dir) in RemoveDir() argument 118 MakeDir(const char *dir) MakeDir() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 707 shared_ptr<JsValue> dir = runtime->NewString( in GetLocale() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3608 bool BundleMgrHostImpl::GetGroupDir(const std::string &dataGroupId, std::string &dir) in GetGroupDir() argument
|
H A D | bundle_mgr_service_event_handler.cpp | 658 ParsePreBundleProFile(const std::string &dir) ParsePreBundleProFile() argument 847 ScanDir( const std::string& dir, ScanMode scanMode, ResultMode resultMode, std::vector<std::string> &resultList) ScanDir() argument 906 ProcessScanDir(const std::string &dir, std::list<std::string> &bundleDirs) ProcessScanDir() argument [all...] |
H A D | bundle_data_mgr.cpp | 7275 bool BundleDataMgr::GetGroupDir(const std::string &dataGroupId, std::string &dir, int32_t userId) const in GetGroupDir() argument 7758 std::string dir = parentDir + ServiceConstants::DATA_GROUP_PATH + dataGroupInfo.uuid; in CreateGroupDir() local [all...] |
H A D | base_bundle_installer.cpp | 2956 std::string dir = std::string(ServiceConstants::REAL_DATA_PATH) + ServiceConstants::PATH_SEPARATOR GetRemoveDataGroupDirs() local 3022 CreateScreenLockProtectionExistDirs(const InnerBundleInfo &info, const std::string &dir) CreateScreenLockProtectionExistDirs() argument 3214 std::string dir = parentDir + ServiceConstants::DATA_GROUP_PATH + dataGroupInfo.uuid; CreateGroupDirs() local 3241 std::string dir = std::string(ServiceConstants::REAL_DATA_PATH) + ServiceConstants::PATH_SEPARATOR DeleteGroupDirsForException() local 3262 std::string dir; RemoveDataGroupDirs() local 3827 std::string dir = parentDir + ServiceConstants::DATA_GROUP_PATH + dataGroupInfo.uuid; CreateDataGroupDir() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 4435 std::string dir; in HWTEST_F() local 5057 std::string dir; in HWTEST_F() local 5074 std::string dir; in HWTEST_F() local
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 4051 std::string dir; in GetGroupDir() local
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 4399 bool conversionDirection(std::string dir) in conversionDirection() argument 4446 std::string dir = STRING_DIR_BACKWARD; in ActAccessibilityAction() local
|