/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | distributed_kv_data_manager_test.cpp | 421 Status stat = manager.CloseKvStore(appId, storeId64); variable 441 Status stat = manager.CloseKvStore(appId, storeId64); variable 469 Status stat = manager.CloseKvStore(appId, storeId65); variable 483 Status stat = manager.CloseKvStore(appId, storeId64); variable 507 Status stat = manager.CloseKvStore(appId, storeId64); variable 539 Status stat = manager.CloseKvStore(appId, storeId64); variable 572 Status stat = manager.CloseAllKvStore(appId); variable 596 Status stat = manager.CloseKvStore(appId, storeId64); variable 618 Status stat = manager.CloseKvStore(appId, storeId64); variable 706 Status stat = manager.CloseKvStore(appId, storeId64); variable [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | post_event_utils.cpp | 140 void PostEventUtils::PostThumbnailStat(const VariantMap &stat) in PostThumbnailStat() 157 void PostEventUtils::PostDbUpgradeStat(const VariantMap &stat) in PostDbUpgradeStat() 188 void PostEventUtils::PostAgingStat(const VariantMap &stat) in PostAgingStat() 202 void PostEventUtils::PostMscFirstVisitStat(const VariantMap &stat) in PostMscFirstVisitStat() 217 void PostEventUtils::PostMscRequestPolicyStat(const VariantMap &stat) in PostMscRequestPolicyStat() 236 void PostEventUtils::PostMscTriggerRatioStat(const VariantMap &stat) in PostMscTriggerRatioStat() 251 void PostEventUtils::PostMscTotalTimeCostStat(const VariantMap &stat) in PostMscTotalTimeCostStat() 266 void PostEventUtils::PostMscResultStat(const VariantMap &stat) in PostMscResultStat() 315 void PostEventUtils::PostCloudEnhanceStat(const VariantMap &stat) in PostCloudEnhanceStat() 333 void PostEventUtils::PostStatProcess(const uint32_t &statType, const VariantMap &stat) in PostStatProcess()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/common/ |
H A D | media_stat_stub.cpp | 35 for (auto& stat : mediaStats_) { in Append() local 48 for (auto& stat : mediaStats_) { in ReceiveEvent() local 66 return std::all_of(mediaStats_.begin(), mediaStats_.end(), [](const MediaStat& stat) { in IsEventCompleteAllReceived()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_json_entity_ext_manage_test.cpp | 68 bool IsEqual(const map<string, tuple<string, struct stat, bool>> &lf, in IsEqual() 95 bool IsEqual(const std::vector<ExtManageInfo> &lf, const map<string, tuple<string, struct stat, boo… in IsEqual() 148 map<string, tuple<string, struct stat, bool>> info; variable 195 map<string, tuple<string, struct stat, bool>> info; variable 254 map<string, tuple<string, struct stat, bool>> info; variable 317 map<string, tuple<string, struct stat, bool>> info; variable 380 map<string, tuple<string, struct stat, bool>> info; variable 641 map<string, tuple<string, struct stat, bool, bool>> info; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_statement.cpp | 591 int32_t SqliteStatement::BindNil(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindNil() 596 int32_t SqliteStatement::BindInteger(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindInteger() 605 int32_t SqliteStatement::BindDouble(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindDouble() 614 int32_t SqliteStatement::BindText(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindText() 623 int32_t SqliteStatement::BindBool(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindBool() 632 int32_t SqliteStatement::BindBlob(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindBlob() 645 int32_t SqliteStatement::BindAsset(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindAsset() 655 int32_t SqliteStatement::BindAssets(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindAssets() 665 int32_t SqliteStatement::BindFloats(sqlite3_stmt *stat, int index, const ValueObject::Type &object) in BindFloats() 675 int32_t SqliteStatement::BindBigInt(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindBigInt()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/b_filesystem/ |
H A D | b_file_mock.cpp | 34 struct stat stat = {}; in ReadFile() local 67 struct stat stat = {}; in SendFile() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/statistic/ |
H A D | time_consuming_statistic_impl.cpp | 23 ReportStatus TimeConsumingStatisticImpl::Report(const TimeConsumingStat &stat) in Report()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/statistic/ |
H A D | api_performance_statistic_impl.cpp | 20 ReportStatus ApiPerformanceStatisticImpl::Report(const ApiPerformanceStat &stat) in Report()
|
H A D | database_statistic_impl.cpp | 20 ReportStatus DatabaseStatisticImpl::Report(const DbStat &stat) in Report()
|
H A D | traffic_statistic_impl.cpp | 20 ReportStatus TrafficStatisticImpl::Report(const TrafficStat &stat) in Report()
|
H A D | visit_statistic_impl.cpp | 20 ReportStatus VisitStatisticImpl::Report(const VisitStat &stat) in Report()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | lstat.cpp | 60 auto stat = CommonFunc::InstantiateStat(env, lstat_req->statbuf).val_; in Sync() local 113 auto stat = CommonFunc::InstantiateStat(env, arg->stat_, true); in Async() local
|
H A D | stat.cpp | 107 auto stat = CommonFunc::InstantiateStat(env, stat_req->statbuf, arg).val_; in Sync() local 109 auto stat = CommonFunc::InstantiateStat(env, stat_req->statbuf).val_; in Sync() local
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiperf.md | 138 ## stat section
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | XTexture.js | 73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property in XTexture.loadTextureFromImage.ximages 82 this.ximages[rid] = { stat: 0, path: path, tex: null }; property in XTexture.loadTextureFromImage.ximages 152 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property in XTexture.PutTexture.ximages 174 stat: 1, property in XTexture.loadTexture.ximages
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_async_work.cpp | 91 napi_status stat = napi_invalid_arg; in Enqueue() local 141 napi_status stat = napi_invalid_arg; in GenerateOutput() local
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-toolchain-hiperf.md | 56 ## stat section
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/ |
H A D | b_file.cpp | 40 struct stat stat = {}; in ReadFile() local 67 struct stat stat = {}; in SendFile() local
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-standard-mm-eswap.md | 215 ### stat subsection
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-standard-mm-eswap.md | 243 ### stat subsection
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/ |
H A D | hiview_adapter.cpp | 227 void HiViewAdapter::ReportDatabaseStatistic(int dfxCode, const DbStat &stat, std::shared_ptr<Execut… in ReportDatabaseStatistic() 239 void HiViewAdapter::ReportDbSize(const StatisticWrap<DbStat> &stat) in ReportDbSize() 302 void HiViewAdapter::ReportTrafficStatistic(int dfxCode, const TrafficStat &stat, in ReportTrafficStatistic() 358 void HiViewAdapter::ReportVisitStatistic(int dfxCode, const VisitStat &stat, std::shared_ptr<Execut… in ReportVisitStatistic() 406 void HiViewAdapter::ReportApiPerformanceStatistic(int dfxCode, const ApiPerformanceStat &stat, in ReportApiPerformanceStatistic()
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/ |
H A D | b_json_entity_ext_manage.cpp | 138 void BJsonEntityExtManage::SetExtManageForClone(const map<string, tuple<string, struct stat, bool, … in SetExtManageForClone() 156 void BJsonEntityExtManage::SetExtManage(const map<string, tuple<string, struct stat, bool>> &info) … in SetExtManage()
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/ |
H A D | n_class.cpp | 31 napi_status stat = napi_define_class(env, className.c_str(), className.length(), constructor, in DefineClass() local
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_json/ |
H A D | b_json_cached_entity.h | 133 struct stat stat = {}; in BJsonCachedEntity() local
|
/ohos5.0/base/startup/init/services/init/standard/ |
H A D | init.c | 185 INIT_TIMING_STAT *stat = (INIT_TIMING_STAT *)executionContext; in InitPreHook() local 191 INIT_TIMING_STAT *stat = (INIT_TIMING_STAT *)executionContext; in InitPostHook() local
|