Home
last modified time | relevance | path

Searched defs:st (Results 1 – 25 of 63) sorted by relevance

123

/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
Dfile_utils_test.cpp87 struct stat st; variable
123 struct stat st; variable
157 struct stat st; variable
229 struct stat st; variable
255 struct stat st; variable
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
Dassert_helper.h135 bool Update(int id, int st, int valParam) in Update()
144 testing::AssertionResult Expect(int id, int st, int valParam) in Expect()
Dsoftbus_adapter_ble_gatt_server_test.cpp654 bool BtUuidRecordCtx::Update(int id, int st, SoftBusBtUuid *param) in Update()
670 testing::AssertionResult BtUuidRecordCtx::Expect(int id, int st, SoftBusBtUuid *param) in Expect()
691 bool BtGattRecordCtx::Update(int id, int st, int handleParam, SoftBusBtUuid *param) in Update()
700 testing::AssertionResult BtGattRecordCtx::Expect(int id, int st, int handleParam, SoftBusBtUuid *pa… in Expect()
/foundation/communication/dsoftbus/tests/adapter/broadcast/
Dassert_helper.h130 bool Update(int id, int st, int valParam) in Update()
139 testing::AssertionResult Expect(int id, int st, int valParam) in Expect()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
Dfile_utils.cpp82 struct stat st; in IsDir() local
127 struct stat st; in PrepareDir() local
224 struct stat st; in TravelChmod() local
279 struct stat st; in GetSubDirs() local
306 struct stat st; in ReadDigitDir() local
343 struct stat st; in OpenSubFile() local
502 struct stat st; in IsSameGidUid() local
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
Dbluetooth_socket_observer_proxy.cpp38 …int32_t st = Remote()->SendRequest(static_cast<uint32_t>(BT_SOCKET_OBSERVER_CONNECTION_STATE_CHANG… in OnConnectionStateChanged() local
Dbluetooth_pan_observer_proxy.cpp32 int32_t st = Remote()->SendRequest(static_cast<uint32_t>( in OnConnectionStateChanged() local
Dbluetooth_hid_host_observer_proxy.cpp32 int32_t st = Remote()->SendRequest(static_cast<uint32_t>( in OnConnectionStateChanged() local
/foundation/distributeddatamgr/preferences/test/native/unittest/
Dpreferences_file_test.cpp93 struct stat st = { 0 }; variable
123 struct stat st = { 0 }; variable
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
Drender_post_process_common.h47 float RandomDither(vec2 st) in RandomDither()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/
Dhelp_utils.cpp77 struct stat st; in CheckDir() local
165 struct stat st; in RmDirRecurse() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dhi_audit.cpp77 struct stat st; in Init() local
164 struct stat st; in CleanOldAuditFile() local
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/log/
Dbackup_hi_audit.cpp79 struct stat st; in Init() local
166 struct stat st; in CleanOldAuditFile() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_realtime_refresh_rate_manager.cpp53 auto st = std::chrono::steady_clock::now(); in SetShowRefreshRateEnabled() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
Dnstackx_log.c26 SYSTEMTIME st = {0}; in DefaultLogImpl() local
/foundation/ability/idl_tool/idl_tool_2/util/
Dfile.cpp224 struct stat st; in CreatePartDir() local
299 struct stat st; in CreatePartDir() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
Dmoving_photo_file_utils.cpp107 struct stat st; in GetFileSize() local
117 struct stat st; in GetFileSize() local
523 struct stat64 st; in GetExtraDataSize() local
589 struct stat64 st; in ConvertToMovingPhoto() local
675 struct stat64 st; in GetCoverPosition() local
719 struct stat64 st; in GetVersionAndFrameNum() local
Dacl.cpp217 struct stat st; in AclFromMode() local
286 struct stat st; in RecursiveEnableAcl() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_uv_queue.cpp55 int ret = uv_queue_work(loop_, work, [](uv_work_t* work) {}, [](uv_work_t* work, int st) { in CallFunction()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
Dnapi_uv_queue.cpp55 int ret = uv_queue_work(loop_, work, [](uv_work_t* work) {}, [](uv_work_t* work, int st) { in CallFunction()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
Dseek_agent.cpp80 auto st = demuxer_->SeekTo(seekPos, Plugins::SeekMode::SEEK_CLOSEST_INNER, realSeekTime); in Seek() local
110 auto st = demuxer_->SeekTo(seekPos, Plugins::SeekMode::SEEK_CLOSEST_INNER, realSeekTime); in Seek() local
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
Dtar_file.cpp191 bool TarFile::I2OcsConvert(const struct stat &st, TarHeader &hdr, string &fileName) in I2OcsConvert()
275 bool TarFile::AddFile(string &fileName, const struct stat &st, int &err) in AddFile()
468 void TarFile::FillOwnerName(TarHeader &hdr, const struct stat &st) in FillOwnerName()
/foundation/multimodalinput/input/libudev/test/
Dtest_device.h207 struct stat st; in SetDevnum() local
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
Dffmpeg_muxer_plugin.cpp626 auto st = avformat_new_stream(formatContext_.get(), nullptr); in AddAudioTrack() local
668 auto st = avformat_new_stream(formatContext_.get(), nullptr); in AddVideoTrack() local
709 auto st = avformat_new_stream(formatContext_.get(), nullptr); in AddTimedMetaTrack() local
854 auto st = formatContext_->streams[trackIndex]; in WriteSample() local
863 auto st = formatContext_->streams[trackIndex]; in WriteNormal() local
903 auto st = formatContext_->streams[trackIndex]; in WriteVideoSample() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dkey_backup.cpp68 struct stat st; in RemoveNode() local
284 struct stat st; in IsRegFile() local
537 struct stat st; in CheckAndCopyFiles() local
737 struct stat st; in GetAttr() local

123