| /foundation/filemanagement/storage_service/services/storage_daemon/utils/test/ |
| D | file_utils_test.cpp | 87 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/ |
| D | assert_helper.h | 135 bool Update(int id, int st, int valParam) in Update() 144 testing::AssertionResult Expect(int id, int st, int valParam) in Expect()
|
| D | softbus_adapter_ble_gatt_server_test.cpp | 654 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/ |
| D | assert_helper.h | 130 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/ |
| D | file_utils.cpp | 82 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/ |
| D | bluetooth_socket_observer_proxy.cpp | 38 …int32_t st = Remote()->SendRequest(static_cast<uint32_t>(BT_SOCKET_OBSERVER_CONNECTION_STATE_CHANG… in OnConnectionStateChanged() local
|
| D | bluetooth_pan_observer_proxy.cpp | 32 int32_t st = Remote()->SendRequest(static_cast<uint32_t>( in OnConnectionStateChanged() local
|
| D | bluetooth_hid_host_observer_proxy.cpp | 32 int32_t st = Remote()->SendRequest(static_cast<uint32_t>( in OnConnectionStateChanged() local
|
| /foundation/distributeddatamgr/preferences/test/native/unittest/ |
| D | preferences_file_test.cpp | 93 struct stat st = { 0 }; variable 123 struct stat st = { 0 }; variable
|
| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
| D | render_post_process_common.h | 47 float RandomDither(vec2 st) in RandomDither()
|
| /foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/ |
| D | help_utils.cpp | 77 struct stat st; in CheckDir() local 165 struct stat st; in RmDirRecurse() local
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
| D | hi_audit.cpp | 77 struct stat st; in Init() local 164 struct stat st; in CleanOldAuditFile() local
|
| /foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/log/ |
| D | backup_hi_audit.cpp | 79 struct stat st; in Init() local 166 struct stat st; in CleanOldAuditFile() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| D | rs_realtime_refresh_rate_manager.cpp | 53 auto st = std::chrono::steady_clock::now(); in SetShowRefreshRateEnabled() local
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
| D | nstackx_log.c | 26 SYSTEMTIME st = {0}; in DefaultLogImpl() local
|
| /foundation/ability/idl_tool/idl_tool_2/util/ |
| D | file.cpp | 224 struct stat st; in CreatePartDir() local 299 struct stat st; in CreatePartDir() local
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
| D | moving_photo_file_utils.cpp | 107 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
|
| D | acl.cpp | 217 struct stat st; in AclFromMode() local 286 struct stat st; in RecursiveEnableAcl() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
| D | napi_uv_queue.cpp | 55 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/ |
| D | napi_uv_queue.cpp | 55 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/ |
| D | seek_agent.cpp | 80 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/ |
| D | tar_file.cpp | 191 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/ |
| D | test_device.h | 207 struct stat st; in SetDevnum() local
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/ |
| D | ffmpeg_muxer_plugin.cpp | 626 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/ |
| D | key_backup.cpp | 68 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
|