Searched refs:dirType (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
H A D | dir_asset_test.cpp | 52 int32_t dirType = DEFAULT_DIR_TYPE; variable 53 dirAsset.SetDirType(dirType); 54 EXPECT_EQ(dirAsset.GetDirType(), dirType);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 293 switch (dirType) { in GetBackupExtDirByType() 306 const std::string &bundleName, const DirType dirType) in GetNewBackupExtDirByType() argument 308 switch (dirType) { in GetNewBackupExtDirByType() 321 std::string &bundleBackupDir, const DirType dirType) in CreateBackupExtHomeDir() argument 325 dirType, bundleBackupDir.c_str()); in CreateBackupExtHomeDir() 343 std::string &bundleBackupDir, const DirType dirType) in CreateNewBackupExtHomeDir() argument 347 dirType, bundleBackupDir.c_str()); in CreateNewBackupExtHomeDir() 609 dirType, bundleBackupDir.c_str()); in RemoveBackupExtHomeDir() 627 dirType, bundleBackupDir.c_str()); in RemoveNewBackupExtHomeDir() 645 dirType, bundleBackupDir.c_str()); in CleanBackupExtHomeDir() [all …]
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | dir_asset.h | 36 EXPORT void SetDirType(const int32_t dirType);
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/ppg/ |
H A D | sensor_ppg_config.h | 63 uint16_t dirType; member
|
H A D | sensor_ppg_config.c | 105 ret = GpioSetDir(gpioCfg->gpioNo, gpioCfg->dirType); in ParsePpgGpiosConfig()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 207 static std::string CopyFileToSecurityDir(const std::string &filePath, const DirType &dirType,
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/ |
H A D | sendable_photo_access_helper_napi.h | 137 unsigned int dirType = 0; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 838 std::string BundleUtil::CopyFileToSecurityDir(const std::string &filePath, const DirType &dirType, in CopyFileToSecurityDir() argument 845 if (dirType == DirType::STREAM_INSTALL_DIR) { in CopyFileToSecurityDir() 854 if (dirType == DirType::SIG_FILE_DIR) { in CopyFileToSecurityDir()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_manager.cpp | 606 std::string dirType = (type == EL1_KEY) ? EL1 : EL2; in GenerateIntegrityDirs() local 607 std::string userDir = FSCRYPT_EL_DIR + "/" + dirType; in GenerateIntegrityDirs() 616 !IsWorkDirExist(dirType, userId)) { in GenerateIntegrityDirs()
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | media_library_napi.h | 428 unsigned int dirType = 0; member
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_library_napi.cpp | 911 selectionArgs.push_back(to_string(context->dirType)); in GetPublicDirectoryExecute() 936 if (context->dirType == DirType::DIR_DOCUMENTS) { in GetPublicDirectoryExecute() 938 } else if (context->dirType == DirType::DIR_DOWNLOAD) { in GetPublicDirectoryExecute() 999 napi_get_value_uint32(env, argv[i], &asyncContext->dirType); in JSGetPublicDirectory()
|