| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| H A D | rosen_render_svg_polygon.cpp | 128 SkPath begin; in CreateSkPaths() local 159 RSPath begin; in CreateRSPaths() local [all...] |
| /foundation/arkui/ace_engine/frameworks/base/log/ |
| H A D | jank_frame_report.cpp | 78 static steady_clock::time_point begin; member in OHOS::Ace::__anon1648::SteadyTimeRecorder
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
| H A D | list_element.cpp | 139 size_t begin = std::min(index + 1, TotalCount()); in FindPreviousStickyListItem() local
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/animator/ |
| H A D | animator_option.h | 36 double begin = 0.0; member
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | animate_impl.h | 84 float begin; member
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
| H A D | font_descriptor_cache.cpp | 337 std::set<FontDescSharedPtr>::iterator begin; in FilterBoldCache() local 374 std::set<FontDescSharedPtr>::iterator begin; FilterWidthCache() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
| H A D | rs_property_drawable.cpp | 363 HasPropertyDrawableInRange( const RSPropertyDrawable::DrawableVec& drawableVec, RSPropertyDrawableSlot begin, RSPropertyDrawableSlot end) HasPropertyDrawableInRange() argument
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
| H A D | tester_capi.cpp | 88 auto begin = std::chrono::steady_clock::now(); in Create() local 107 auto begin = std::chrono::steady_clock::now(); in SetCallback() local 121 auto begin = std::chrono::steady_clock::now(); in SetCallback() local 141 auto begin = std::chrono::steady_clock::now(); in Start() local 155 auto begin = std::chrono::steady_clock::now(); in Stop() local 169 auto begin = std::chrono::steady_clock::now(); Release() local 183 auto begin = std::chrono::steady_clock::now(); Flush() local 255 auto begin = std::chrono::steady_clock::now(); ConfigureEncoder() local 268 auto begin = std::chrono::steady_clock::now(); CreateInputSurface() local 287 auto begin = std::chrono::steady_clock::now(); NotifyEos() local 303 auto begin = std::chrono::steady_clock::now(); RequestIDR() local 318 auto begin = std::chrono::steady_clock::now(); GetInputFormat() local 332 auto begin = std::chrono::steady_clock::now(); GetOutputFormat() local 494 auto begin = std::chrono::steady_clock::now(); ReturnInput() local 509 auto begin = std::chrono::steady_clock::now(); ReturnInput() local 525 auto begin = std::chrono::steady_clock::now(); ReturnOutput() local 550 auto begin = std::chrono::steady_clock::now(); ReturnOutput() local 578 auto begin = std::chrono::steady_clock::now(); SetOutputSurface() local 598 auto begin = std::chrono::steady_clock::now(); ConfigureDecoder() local [all...] |
| H A D | tester_codecbase.cpp | 63 auto begin = std::chrono::steady_clock::now(); in Create() local 82 auto begin = std::chrono::steady_clock::now(); in SetCallback() local 94 auto begin = std::chrono::steady_clock::now(); in Start() local 106 auto begin = std::chrono::steady_clock::now(); in Stop() local 118 auto begin = std::chrono::steady_clock::now(); in Release() local 130 auto begin = std::chrono::steady_clock::now(); Flush() local 230 auto begin = std::chrono::steady_clock::now(); ConfigureEncoder() local 311 auto begin = std::chrono::steady_clock::now(); CreateInputSurface() local 323 auto begin = std::chrono::steady_clock::now(); NotifyEos() local 335 auto begin = std::chrono::steady_clock::now(); RequestIDR() local 347 auto begin = std::chrono::steady_clock::now(); GetInputFormat() local 360 auto begin = std::chrono::steady_clock::now(); GetOutputFormat() local 431 auto begin = std::chrono::steady_clock::now(); ReturnInput() local 482 auto begin = std::chrono::steady_clock::now(); ReturnOutput() local 500 auto begin = std::chrono::steady_clock::now(); SetOutputSurface() local 523 auto begin = std::chrono::steady_clock::now(); ConfigureDecoder() local [all...] |
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
| H A D | medialibrary_kvstore.cpp | 141 auto begin = batchKeys.crbegin();
in FillBatchValues() local
|
| /foundation/systemabilitymgr/safwk/services/safwk/src/ |
| H A D | local_ability_manager_stub.cpp | 114 int64_t begin = GetTickCount(); in StartAbilityInner() local 137 int64_t begin = GetTickCount(); in StopAbilityInner() local 160 int64_t begin = GetTickCount(); in ActiveAbilityInner() local 183 int64_t begin = GetTickCount(); in IdleAbilityInner() local
|
| /foundation/systemabilitymgr/samgr/test/fuzztest/systemabilitymanager_fuzzer/ |
| H A D | systemabilitymanager_fuzzer.cpp | 88 int64_t begin = OHOS::GetTickCount(); in AddDeviceManager() local
|
| /foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/ |
| H A D | profile_change_handler.cpp | 86 int64_t begin = GetTickCount(); in OnChange() local 176 int64_t begin = GetTickCount(); in NotifyProfileChanged() local
|
| /foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
| H A D | mdns_packet_parser.cpp | 34 const uint8_t *begin = reinterpret_cast<const uint8_t *>(&data); in WriteRawData() local 40 const uint8_t *begin = reinterpret_cast<const uint8_t *>(&data); in WriteRawData() local 90 const uint8_t *MDnsPayloadParser::Parse(const uint8_t *begin, const MDnsPayload &payload, MDnsMessage &msg) in Parse() argument 123 ParseHeader(const uint8_t *begin, const MDnsPayload &payload, DNSProto::Header &header) ParseHeader() argument 141 ParseQuestion(const uint8_t *begin, const MDnsPayload &payload, std::vector<DNSProto::Question> &questions) ParseQuestion() argument 164 ParseRR(const uint8_t *begin, const MDnsPayload &payload, std::vector<DNSProto::ResourceRecord> &answers) ParseRR() argument 189 ParseRData(const uint8_t *begin, const MDnsPayload &payload, int type, int length, std::any &data) ParseRData() argument 239 ParseSrv(const uint8_t *begin, const MDnsPayload &payload, std::any &data) ParseSrv() argument 261 ParseTxt(const uint8_t *begin, const MDnsPayload &payload, int length, std::any &data) ParseTxt() argument 273 ParseDnsString(const uint8_t *begin, const MDnsPayload &payload, std::string &str) ParseDnsString() argument [all...] |
| /foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
| H A D | device_profile_storage.cpp | 67 int64_t begin = GetTickCount(); in Init() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | virtual_single_ver_sync_db_Interface.h | 41 Timestamp begin = 0u; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_single_ver_storage_executor_extend.cpp | 306 int SQLiteSingleVerStorageExecutor::PrepareForUnSyncTotalByTime(Timestamp begin, Timestamp end, in PrepareForUnSyncTotalByTime() argument 352 int SQLiteSingleVerStorageExecutor::GetUnSyncTotalByTimestamp(Timestamp begin, Timestamp end, uint32_t &total) const in GetUnSyncTotalByTimestamp() argument 362 int SQLiteSingleVerStorageExecutor::GetDeletedSyncTotalByTimestamp(Timestamp begin, Timestamp end, in GetDeletedSyncTotalByTimestamp() argument
|
| H A D | sqlite_single_ver_continue_token.cpp | 21 SQLiteSingleVerContinueToken::SQLiteSingleVerContinueToken(Timestamp begin, Timestamp end) in SQLiteSingleVerContinueToken() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/common/ |
| H A D | task_scheduler.h | 63 TaskId At(const Time &begin, Task task, Duration interval = INVALID_INTERVAL, uint64_t times = UNLIMITED_TIMES) in At() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/include/grd_base/ |
| H A D | grd_type_export.h | 75 GRD_KVItem begin; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| H A D | distributeddb_storage_rd_single_ver_natural_executor_test.cpp | 190 Timestamp begin = 0; in HWTEST_F() local
|
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
| H A D | connection_detector.cpp | 32 size_t begin = 0; in GetCellByIndex() local
|
| /foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
| H A D | dhcp_function_test.cpp | 168 std::string ifname, begin, end; in HWTEST_F() local 174 std::string ifname, begin, end; in HWTEST_F() local
|
| /test/testfwk/arkxtest/uitest/core/ |
| H A D | dump_handler.cpp | 32 auto begin = str.find(startStr, index); in GetMiddleStr() local
|
| /third_party/gn/src/base/ |
| H A D | values.h | 564 iterator begin() { return dict_.begin(); } in begin() function in base::DictionaryValue 568 const_iterator begin() const { return dict_.begin(); } in begin() function in base::DictionaryValue 701 iterator begin() { return list_.begin(); } in begin() function in base::ListValue 706 const_iterator begin() const { return list_.begin(); } in begin() function in base::ListValue [all...] |