Home
last modified time | relevance | path

Searched defs:curr (Results 1 – 25 of 41) sorted by relevance

12

/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
Dapp_style_manager.cpp71 void AppStyleManager::ApplyComponentStyles(const jerry_value_t options, Component& curr) in ApplyComponentStyles()
148 void AppStyleManager::HandleStaticStyle(const jerry_value_t options, Component &curr) in HandleStaticStyle()
172 void AppStyleManager::HandleDynamicStyle(const jerry_value_t options, Component &curr) in HandleDynamicStyle()
218 …eManager::HandleSingleSelector(const jerry_value_t prop, const jerry_value_t type, Component &curr) in HandleSingleSelector()
257 …yleManager::HandleSelectors(const jerry_value_t options, const jerry_value_t type, Component &curr) in HandleSelectors()
289 void AppStyleManager::HandleIDSelectors(const jerry_value_t options, Component &curr) in HandleIDSelectors()
294 void AppStyleManager::HandleClassSelectors(const jerry_value_t options, Component &curr) in HandleClassSelectors()
342 void AppStyleManager::ApplySingleStyle(AppStyle &appStyle, Component &curr) in ApplySingleStyle()
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
Ddhcp_binding_test.cpp60 uint64_t curr = Tmspsec(); variable
108 uint64_t curr = Tmspsec(); variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/operation/
Ddisplay_name_info_test.cpp69 for (int32_t curr = 1; curr <= 10; curr++) { variable
89 for (int32_t curr = 1; curr <= 10; curr++) { variable
111 for (int32_t curr = 1; curr <= 10; curr++) { variable
145 for (int32_t curr = 1; curr <= 10; curr++) { variable
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
Degl_wrapper_layer.cpp55 EglWrapperFuncPointer *curr, char const * const *entries) in UpdateApiEntries()
73 char const * const *entries, EglWrapperFuncPointer *curr) in SetupFuncMaps()
232 EglWrapperFuncPointer *curr; in SetupLayerFuncTbl() local
Degl_core.cpp79 EglWrapperFuncPointer *curr = reinterpret_cast<EglWrapperFuncPointer*>(&gWrapperHook.wrapper); in WrapperHookTableInit() local
/foundation/communication/dhcp/services/dhcp_server/src/
Ddhcp_binding.cpp68 uint64_t curr = Tmspsec(); in IsExpire() local
171 uint64_t curr = Tmspsec(); in ParseAddressBinding() local
Dcommon_util.cpp38 time_t curr; in DHCP_LOGTime() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
Dparallel_recognizer.cpp185 RefPtr<ParallelRecognizer> curr = AceType::DynamicCast<ParallelRecognizer>(recognizer); in ReconcileFrom() local
Dexclusive_recognizer.cpp290 auto curr = AceType::DynamicCast<ExclusiveRecognizer>(recognizer); in ReconcileFrom() local
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
Drender_tonemap_common.h72 const vec3 curr = ((x * (a * x + c * b) + d * e) / (x * (a * x + b) + d * f)) - e / f; in TonemapFilmic() local
/foundation/arkui/ace_engine/frameworks/core/gestures/
Drotation_recognizer.cpp190 RefPtr<RotationRecognizer> curr = AceType::DynamicCast<RotationRecognizer>(recognizer); in ReconcileFrom() local
Dsequenced_recognizer.cpp207 RefPtr<SequencedRecognizer> curr = AceType::DynamicCast<SequencedRecognizer>(recognizer); in ReconcileFrom() local
Dparallel_recognizer.cpp176 RefPtr<ParallelRecognizer> curr = AceType::DynamicCast<ParallelRecognizer>(recognizer); in ReconcileFrom() local
Dexclusive_recognizer.cpp229 RefPtr<ExclusiveRecognizer> curr = AceType::DynamicCast<ExclusiveRecognizer>(recognizer); in ReconcileFrom() local
Dlong_press_recognizer.cpp276 RefPtr<LongPressRecognizer> curr = AceType::DynamicCast<LongPressRecognizer>(recognizer); in ReconcileFrom() local
Dpinch_recognizer.cpp276 RefPtr<PinchRecognizer> curr = AceType::DynamicCast<PinchRecognizer>(recognizer); in ReconcileFrom() local
Dpan_recognizer.cpp379 RefPtr<PanRecognizer> curr = AceType::DynamicCast<PanRecognizer>(recognizer); in ReconcileFrom() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
Ddata_provider_config.cpp89 const ProxyData &prev) { in GetFromProxyData()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
Dnstackx_list.h106 #define LIST_FOR_EACH(curr, head) \ argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
Djpeg_utils.cpp91 uint32_t curr = src->inputStream->Tell(); in FillInputBuffer() local
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
Dres_sched_exe_service_proxy.cpp120 uint64_t curr = ResSchedExeCommonUtils::GetCurrentTimestampUs(); in SendDebugCommand() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
Dsys_epoll.c155 List *curr = NULL; in EpollSetFindByFd() local
168 List *curr = NULL; in EpollEventListFind() local
181 List *curr = NULL; in EpollTaskListFind() local
240 List *curr = NULL; in EpollTaskFindByFd() local
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
Ddatashare_connection.cpp106 auto curr = std::chrono::system_clock::now().time_since_epoch(); in ReconnectExtAbility() local
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
Dres_sched_exe_service_stub.cpp162 uint64_t curr = ResSchedExeCommonUtils::GetCurrentTimestampUs(); in ReportDebugInner() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
Dimage_loader_common.h167 uint64_t curr; variable

12