Home
last modified time | relevance | path

Searched refs:CheckValidPath (Results 1 - 10 of 10) sorted by relevance

/foundation/filemanagement/app_file_service/interfaces/common/include/
H A Dsandbox_helper.h35 static bool CheckValidPath(const std::string &filePath);
/foundation/multimedia/player_framework/interfaces/kits/js/
H A Daudio_recorder_napi.h77 int32_t CheckValidPath(const std::string &filePath, std::string &realPath);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_session_listener_test.cpp60 bool SandboxHelper::CheckValidPath(const std::string &filePath) in CheckValidPath() function in OHOS::AppFileService::SandboxHelper
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_receive_listener.cpp78 if (!AppFileService::SandboxHelper::CheckValidPath(physicalPath)) { in SetRecvPath()
/foundation/filemanagement/app_file_service/test/unittest/file_share_native/
H A Dfile_share_test.cpp427 * @tc.desc: Test function of CheckValidPath() interface for FAILURE.
437 auto ret = SandboxHelper::CheckValidPath(filePath1); in HWTEST_F()
441 ret = SandboxHelper::CheckValidPath(filePath2); in HWTEST_F()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H A Dfile_share.cpp169 if (!SandboxHelper::CheckValidPath(info.providerLowerPath_)) { in GetShareFileType()
249 if (!SandboxHelper::CheckValidPath(delPath)) { in DelSharePath()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_execute.cpp220 if (!SandboxHelper::CheckValidPath(physicalPath)) { in GetFileList()
H A Ddaemon.cpp521 LOGI("Not CheckValidPath, physicalPath %{public}s", GetAnonyString(physicalPath).c_str()); in CheckCopyRule()
529 if (!SandboxHelper::CheckValidPath(checkPath)) { in CheckCopyRule()
542 if (!SandboxHelper::CheckValidPath(physicalPath)) { in CheckCopyRule()
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Daudio_recorder_napi.cpp648 int32_t AudioRecorderNapi::CheckValidPath(const std::string &filePath, std::string &realPath) in CheckValidPath() function in OHOS::Media::AudioRecorderNapi
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_object_utils.cpp766 if (ret != E_OK || !AppFileService::SandboxHelper::CheckValidPath(realPath)) { in OpenDocument()

Completed in 11 milliseconds