Home
last modified time | relevance | path

Searched +defs:val +defs:target (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigator.cpp58 JSRef<JSVal> target = obj->GetProperty("target"); in Create() local
125 JSRef<JSVal> val = JSRef<JSVal>::Cast(args[0]); in SetParams() local
H A Djs_web.cpp701 JSRef<JSVal> val = array->GetValueAt(i); in Grant() local
1496 JSRef<JSVal> val = array->GetValueAt(i); in HandleFileList() local
4738 auto target = CreateEventTargetObject(info); in NativeEmbeadTouchToJSValue() local
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_mem_base.cpp34 static inline size_t RoundUp(size_t val, size_t align) in RoundUp()
246 void PurgeableMemBase::SetDataValid(bool target) in SetDataValid()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp414 int val; variable
645 ConnBrConnection *target; variable
669 ConnBrConnection *target; variable
692 ConnBrConnection *target; variable
724 ConnBrConnection *target; variable
775 ConnBrConnection *target; variable
804 ConnBrConnection *target; variable
831 ConnBrConnection *target; variable
881 ConnBrConnection *target; variable
1116 ConnBrConnection target; variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp177 void RSRenderParams::SetChildHasVisibleFilter(bool val) in SetChildHasVisibleFilter()
191 void RSRenderParams::SetChildHasVisibleEffect(bool val) in SetChildHasVisibleEffect()
412 void RSRenderParams::OnCanvasDrawingSurfaceChange(const std::unique_ptr<RSRenderParams>& target) in OnCanvasDrawingSurfaceChange()
464 void RSRenderParams::OnSync(const std::unique_ptr<RSRenderParams>& target) in OnSync()
H A Drs_surface_render_params.cpp88 void RSSurfaceRenderParams::SetOccludedByFilterCache(bool val) in SetOccludedByFilterCache()
102 void RSSurfaceRenderParams::SetFilterCacheFullyCovered(bool val) in SetFilterCacheFullyCovered()
406 void RSSurfaceRenderParams::OnSync(const std::unique_ptr<RSRenderParams>& target) in OnSync()
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c404 int FsHvbConstructVerityTarget(DmVerityTarget *target, const char *devName, struct hvb_cert *cert) in FsHvbConstructVerityTarget()
480 static int FsHvbCreateVerityTarget(DmVerityTarget *target, char *devName, struct hvb_verified_data … in FsHvbCreateVerityTarget()
499 void FsHvbDestoryVerityTarget(DmVerityTarget *target) in FsHvbDestoryVerityTarget()
510 DmVerityTarget target = {0}; in FsHvbSetupHashtree() local
562 int FsHvbGetValueFromCmdLine(char *val, size_t size, const char *key) in FsHvbGetValueFromCmdLine()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c128 static FILLP_INT FillpSysAdptArchAtomicInc(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicInc()
138 static FILLP_INT FillpSysAdptArchAtomicDec(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicDec()
153 static FILLP_INT FillpSysAdptArchAtomicSet(SysArchAtomic *target, FILLP_INT newValue) in FillpSysAdptArchAtomicSet()
158 static FILLP_INT FillpSysAdptArchAtomicInc(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicInc()
168 static FILLP_INT FillpSysAdptArchAtomicDec(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicDec()
183 static FILLP_INT FillpSysAdptArchAtomicSet(SysArchAtomic *target, FILLP_INT newValue) in FillpSysAdptArchAtomicSet()
216 static FILLP_INT FillpSysAdptArchAtomicSet(SysArchAtomic *target, IN FILLP_INT value) in FillpSysAdptArchAtomicSet()
521 FILLP_INT FillpSysArchAtomicInc(IO SysArchAtomic *var, FILLP_INT val) in FillpSysArchAtomicInc()
541 FILLP_INT FillpSysArchAtomicDec(IO SysArchAtomic *var, FILLP_INT val) in FillpSysArchAtomicDec()
1132 IN FILLP_INT val) /* arguments for socket */ in FillpFuncFcntl()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dmedia_sync_manager.cpp88 void MediaSyncManager::SetMediaTimeStartEnd(int32_t trackId, int32_t index, int64_t val) in SetMediaTimeStartEnd()
90 auto target = std::find_if(trackMediaTimeRange_.begin(), trackMediaTimeRange_.end(), in SetMediaTimeStartEnd() local
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp134 std::string target; in CollectOpenFiles() local
204 uint64_t val = fdsan_get_tag_value(tag); in DumpOpenFiles() local
458 char* val = reinterpret_cast<char*>(buffer); in ReadStringByPtrace() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js2338 has(target, property) { argument
2501 get(target, property) { argument
7416 get(target, key, receiver) { argument
7459 set(target, key, value) { argument
7494 get(target, key, receiver) { argument
7559 set(target, key, value) { argument
7595 get(target, key, receiver) { argument
7731 set(target, key, value) { argument
8325 let val = target[key]; variable
10049 static get(target) { argument
[all …]
H A DarkComponent.js3082 function parseWithDefaultNumber(val, defaultValue) { argument
21703 target(value) { method in ArkNavigatorComponent
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp84 char target[10] = {0}; variable
88 int val = 0; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dmedia_sync_manager.cpp92 void MediaSyncManager::SetMediaTimeStartEnd(int32_t trackId, int32_t index, int64_t val) in SetMediaTimeStartEnd()
94 auto target = std::find_if(trackMediaTimeRange_.begin(), trackMediaTimeRange_.end(), [&trackId] in SetMediaTimeStartEnd() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp485 bool ObexHeader::AppendItemTarget(const uint8_t *target, const uint16_t length) in AppendItemTarget()
870 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint8_t len, const uint8_t *val, const uint8_t un… in TlvTriplet()
882 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint8_t val) in TlvTriplet()
886 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint16_t val) in TlvTriplet()
890 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint32_t val) in TlvTriplet()
894 TlvTriplet::TlvTriplet(const uint8_t tagId, const uint64_t val) in TlvTriplet()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp68 uint64_t BASE_NS::hash(const bool& val) in hash()
74 uint64_t BASE_NS::hash(const CORE3D_NS::GLTF2::ComponentType& val) in hash()
80 uint64_t BASE_NS::hash(const CORE3D_NS::GLTF2::DataType& val) in hash()
86 uint64_t BASE_NS::hash(const CORE3D_NS::GLTF2::BufferTarget& val) in hash()
699 Node* target = nullptr; in GetAnimationTarget() local
865 const auto target = GetAnimationTarget( in ExportGltfAnimations() local
900 for (auto const& target : original.targets) { in operator ()() local
1828 for (auto const& target : primitive.targets) { in ExportMeshPrimitive() local
H A Dgltf2_loader.cpp132 uint32_t val; in DecodeUri() local
462 int target; in BufferViewTarget() local
481 const auto target = BufferViewTarget(loadResult, jsonData); in ParseBufferView() local
1454 [&meshPrimitive, compressed](LoadResult& loadResult, const json::value& target) -> bool { in PrimitiveAttributes()
2582 const auto& val = extension.string_; in PrimitiveAttributes() local
2604 const auto& val = extension.string_; in PrimitiveAttributes() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp395 constexpr It LowerBound(It first, const It last, const T& val, Pred pred) in LowerBound()
1746 auto target = startTarget; in GatherDeltasP() local
1772 auto target = startTarget; in GatherDeltasP() local
1838 auto target = startTarget; in GatherDeltasPN() local
1872 auto target = startTarget; in GatherDeltasPN() local
1968 auto target = startTarget; in GatherDeltasPNT() local
2007 auto target = startTarget; in GatherDeltasPNT() local
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dadapter.rs781 let target = match object_ref.get_mut(index) { in ylong_json_get_object_item() localVariable
989 let target = match object_ref.get_node_mut(index) { in ylong_json_get_object_node() localVariable
1041 let target = object_ref.last_node_mut().unwrap(); in ylong_json_add_item_to_object_then_get_node() localVariable
1367 let mut val = 0; in ut_ylong_json_create_bool() localVariable
1374 let mut val = 1; in ut_ylong_json_create_bool() localVariable
1426 let mut val = 0i32; in ut_ylong_json_get_value_from_bool() localVariable
1433 let mut val = 0; in ut_ylong_json_get_value_from_bool() localVariable
1442 let mut val = 0; in ut_ylong_json_get_value_from_bool() localVariable
1467 let mut val = 0; in ut_ylong_json_set_value_to_bool() localVariable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp1629 const auto& target = frameNode->GetRenderContext(); in RaiseZIndex() local
1861 double val = (vec.GetX() * vec.GetX()) + (vec.GetY() * vec.GetY()); in AcceptFocusByRectOfLastFocusFlex() local
2040 RefPtr<FocusHub> target; in GetChildFocusNodeByType() local
2067 RefPtr<FocusHub> target; in GetChildFocusNodeById() local
2358 double val = (vec.GetX() * vec.GetX()) + (vec.GetY() * vec.GetY()); in GetNearestNodeByProjectArea() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1173 auto target = context->GetNodeMap().GetAnimationFallbackNode(); in FallbackAnimationsToRoot() local
1747 void RSRenderNode::SetSubTreeDirty(bool val) in SetSubTreeDirty()
2391 void RSRenderNode::SetChildHasSharedTransition(bool val) in SetChildHasSharedTransition()
3163 auto target = modifiers_.find(id); in CheckGroupableAnimation() local
3595 void RSRenderNode::SetChildHasVisibleFilter(bool val) in SetChildHasVisibleFilter()
3604 void RSRenderNode::SetChildHasVisibleEffect(bool val) in SetChildHasVisibleEffect()
3817 void RSRenderNode::SetGeoUpdateDelay(bool val) in SetGeoUpdateDelay()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dliteos_adapter.c970 unsigned char *target = request->buffer + request->actualLength; in OsProcessAbnormalReap() local
1480 int32_t val; in AdapterAtomicInc() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_deps_mock.cpp120 int SoftbusGetConfig(ConfigType type, unsigned char *val, uint32_t len) in SoftbusGetConfig()
488 LnnConnectionFsm *LnnCreateConnectionFsm(const ConnectionAddr *target, const char *pkgName, bool is… in LnnCreateConnectionFsm()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp1895 vector<std::u16string> val; variable
2042 std::vector<int32_t> val{1, 2, 3, 4, 5}; variable
2075 int32_t target = parcel1.ReadInt32(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp215 std::vector<std::unique_ptr<RSTransactionData>>& target) in InsertToEnd()
3501 void RSMainThread::SetScreenPowerOnChanged(bool val) in SetScreenPowerOnChanged()