Home
last modified time | relevance | path

Searched defs:inputFd (Results 1 – 7 of 7) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
Dbundle_installer_proxy.cpp442 int32_t inputFd = open(path.c_str(), O_RDONLY); in WriteFileToStream() local
495 int32_t inputFd = open(path.c_str(), O_RDONLY); in WriteSharedFileToStream() local
/foundation/multimedia/player_framework/frameworks/js/recorder/
Daudio_recorder_napi.cpp659 std::string inputFd = uriPath.substr(fdHead.size()); in SetUri() local
Dvideo_recorder_napi.cpp740 std::string inputFd = urlPath.substr(fdHead.size()); in SetUrl() local
/foundation/multimedia/player_framework/frameworks/js/player/
Daudio_player_napi.cpp237 std::string inputFd = player->uri_.substr(fdHead.size()); in SetSrc() local
Dvideo_player_napi.cpp256 std::string inputFd = jsPlayer->url_.substr(fdHead.size()); in SetUrl() local
/foundation/multimedia/player_framework/frameworks/js/avplayer/
Davplayer_napi.cpp870 std::string inputFd = url.substr(fdHead.size()); in AddSubSource() local
994 std::string inputFd = url.substr(sizeof("fd://") - 1); in SetSource() local
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
Davrecorder_napi.cpp1065 std::string inputFd = config->url.substr(fdHead.size()); in Configure() local