Home
last modified time | relevance | path

Searched defs:rfd (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Drandom.c50 int rfd = GetRandomFd(); in RandomGenerate() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/command/
H A Drecv_command_v10.cpp66 auto rfd = UserFileClientEx::Open(fileAsset.GetUri(), Media::MEDIA_FILEMODE_READONLY); in RecvFile() local
H A Dsend_command_v10.cpp155 int32_t rfd = open(fileInfo.path.c_str(), O_RDONLY | O_CLOEXEC); in WriteFile() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmedia_file_utils_test.cpp175 int32_t rfd = open(oldPath.c_str(), O_RDONLY); variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp744 bool MediaFileUtils::CopyFile(int32_t rfd, int32_t wfd) in CopyFile()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/src/
H A Dmedia_library_manager_test.cpp589 int32_t rfd = mediaLibraryManager->ReadMovingPhotoVideo(uri); variable