/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | rd_json_object.cpp | 28 ValueObject::ValueObject(bool val) in ValueObject() 34 ValueObject::ValueObject(double val) in ValueObject() 40 ValueObject::ValueObject(const char *val) in ValueObject() 146 cJSON *node = cjsonQueue.front(); in CheckNumber() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 760 auto node = GetFrameNode(); in OnKeyEventNode() local 804 auto node = GetFrameNode(); in OnKeyEventNodeInternal() local 826 auto node = GetFrameNode(); in OnKeyEventNodeUser() local 870 auto node = GetFrameNode(); in OnKeyEventScope() local 1122 auto node = GetFrameNode(); in FocusToHeadOrTailChild() local 1346 auto node = GetFrameNode(); in OnFocus() local 1369 auto node = GetFrameNode(); in OnFocusNode() local 1861 double val = (vec.GetX() * vec.GetX()) + (vec.GetY() * vec.GetY()); in AcceptFocusByRectOfLastFocusFlex() local 2162 auto node = GetFrameNode(); in RequestFocusImmediatelyById() local 2213 auto node = GetFrameNode(); in HandleFocusByTabIndex() local [all …]
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/ |
H A D | svg_decoder.cpp | 52 static inline uint32_t Float2UInt32(float val) in Float2UInt32() 459 static void SetSVGColor(SkSVGNode* node, std::string color, std::string colorAttr) in SetSVGColor() 472 static void SetSVGColor(SkSVGNode* node, uint32_t color, std::string colorAttr) in SetSVGColor()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_render_node_drawable_adapter.cpp | 51 RSRenderNodeDrawableAdapter::RSRenderNodeDrawableAdapter(std::shared_ptr<const RSRenderNode>&& node) in RSRenderNodeDrawableAdapter() 83 const std::shared_ptr<const RSRenderNode>& node) in OnGenerate() 128 void RSRenderNodeDrawableAdapter::InitRenderParams(const std::shared_ptr<const RSRenderNode>& node, in InitRenderParams() 159 …const std::shared_ptr<const RSRenderNode>& node, const std::shared_ptr<RSRenderNodeDrawableAdapter… in OnGenerateShadowDrawable() 599 bool val = false; in IsFilterCacheValidForOcclusion() local
|
/ohos5.0/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_adapt.c | 193 IpcCallBackNode *node = NULL; in AddIpcCbObjByAppId() local 273 IpcCallBackNode *node = NULL; in DelIpcCallBackByAppId() local 304 IpcCallBackNode *node = NULL; in AddReqIdByAppId() local 327 IpcCallBackNode *node = NULL; in AddIpcCbObjByReqId() local 407 IpcCallBackNode *node = NULL; in DelCallBackByReqId() local 696 IpcCallBackNode *node = NULL; in GaCbOnTransmitWithType() local 746 IpcCallBackNode *node = NULL; in GaCbOnSessionKeyRetWithType() local 793 IpcCallBackNode *node = NULL; in GaCbOnFinishWithType() local 846 IpcCallBackNode *node = NULL; in GaCbOnErrorWithType() local 903 IpcCallBackNode *node = NULL; in GaCbOnRequestWithType() local [all …]
|
/ohos5.0/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 193 IpcCallBackNode *node = nullptr; in AddIpcCbObjByAppId() local 217 IpcCallBackNode *node = nullptr; in AddIpcCallBackByAppId() local 273 IpcCallBackNode *node = nullptr; in DelIpcCallBackByAppId() local 303 IpcCallBackNode *node = nullptr; in AddReqIdByAppId() local 324 IpcCallBackNode *node = nullptr; in AddIpcCbObjByReqId() local 348 IpcCallBackNode *node = nullptr; in AddIpcCallBackByReqId() local 400 IpcCallBackNode *node = nullptr; in DelCallBackByReqId() local 683 IpcCallBackNode *node = nullptr; in GaCbOnTransmitWithType() local 723 IpcCallBackNode *node = nullptr; in GaCbOnSessionKeyRetWithType() local 762 IpcCallBackNode *node = nullptr; in GaCbOnFinishWithType() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | templates_parser.cpp | 123 double TemplatesParser::ConvertVirtualSize(const std::string& val, const DimensionUnit& unit, doubl… in ConvertVirtualSize() 147 double TemplatesParser::ParseUnit(const Value& val, double size) in ParseUnit() 244 const WeakPtr<RenderNode>& node, const std::string& args, double size, double gap) in ParseArgs()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test2.cpp | 632 bool val = true; variable 1336 auto node = std::make_shared<RSRenderNode>(0, rsContext); variable 1356 auto node = std::make_shared<RSRenderNode>(0, rsContext); variable 1377 auto node = std::make_shared<RSRenderNode>(0, rsContext); variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_exporter.cpp | 68 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() 591 GLTF2::Node* node; member 950 for (const auto& node : result.data->nodes) { in ExportGltfMeshes() local 1894 for (auto const& node : data.nodes) { in ExportNodes() local 1986 for (auto const node : scene->nodes) { in ExportScenes() local 2277 bool IsExportable(ISceneNode const& node, IEcs const& ecs) in IsExportable() 2288 ISceneNode* FindExportedParent(ISceneNode const& node, IEcs const& ecs) in FindExportedParent() [all …]
|
H A D | gltf2_loader.cpp | 132 uint32_t val; in DecodeUri() local 2054 bool NodeChildren(LoadResult& loadResult, const json::value& jsonData, Node& node) in PrimitiveAttributes() 2071 bool NodeTransform(LoadResult& loadResult, const json::value& jsonData, Node& node) in PrimitiveAttributes() 2095 bool NodeExtras(LoadResult& loadResult, const json::value& jsonData, Node& node) in PrimitiveAttributes() 2111 auto node = make_unique<Node>(); in PrimitiveAttributes() local 2172 for (const auto& node : nodes) { in PrimitiveAttributes() local 2293 bool SceneContainsNode(Scene const& scene, Node const& node) in PrimitiveAttributes() 2299 Scene* SceneContainingNode(vector<unique_ptr<Scene>> const& scenes, Node const& node) in PrimitiveAttributes() 2492 size_t node; in PrimitiveAttributes() local 2582 const auto& val = extension.string_; in PrimitiveAttributes() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_base.cpp | 561 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const T& val, bool isSelf) in SetPresentationProperty() 567 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const Color& val, bool isS… in SetPresentationProperty() 580 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const Dimension& val, bool… in SetPresentationProperty() 593 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const double& val, bool is… in SetPresentationProperty() 683 void RenderSvgBase::AddHrefToRoot(const std::string& id, const RefPtr<RenderSvgBase>& node) in AddHrefToRoot()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
H A D | rs_render_property.cpp | 29 if (auto node = node_.lock()) { in OnChange() local 66 …l RSRenderPropertyBase::Marshalling(Parcel& parcel, const std::shared_ptr<RSRenderPropertyBase>& v… in Marshalling() 151 bool RSRenderPropertyBase::Unmarshalling(Parcel& parcel, std::shared_ptr<RSRenderPropertyBase>& val) in Unmarshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 80 bool IsFirstFrameReadyToDraw(RSSurfaceRenderNode& node) in IsFirstFrameReadyToDraw() 325 for (auto &node : nodes.second) { in CollectSurface() local 697 [](const auto& node) -> bool { in IsLeashWindowSurfaceNodeVisible() 1428 auto node = RSBaseRenderNode::ReinterpretCast<RSSurfaceRenderNode>(child); in QueryIfAllHwcChildrenForceDisabledByFilter() local 1677 void RSSurfaceRenderNode::UpdateOccludedByFilterCache(bool val) in UpdateOccludedByFilterCache() 1735 auto node = pair.second.lock(); in ResetDrawingCacheStatusIfNodeStatic() local 1754 for (auto& node : filterNodes_) { in UpdateFilterCacheStatusWithVisible() local 1764 for (auto node : filterNodes_) { in UpdateFilterCacheStatusIfNodeStatic() local 2305 auto node = subNode.lock(); in UpdateSurfaceCacheContentStatic() local 2338 auto node = iter.lock(); in AddChildHardwareEnabledNode() local [all …]
|
H A D | rs_render_node.cpp | 596 for (auto &node : subSurfaceNodes_) { in AddSubSurfaceNode() local 653 for (auto &node : subSurfaceNodes) { in RemoveSubSurfaceNode() local 956 …const std::shared_ptr<RSRenderNode>& node, std::vector<RSRenderNode::SharedPtr>& vec, bool isUniRe… in CollectSurface() 1036 [this](const std::shared_ptr<RSRenderNode>& node) { in PrepareChildrenForApplyModifiers() 1747 void RSRenderNode::SetSubTreeDirty(bool val) in SetSubTreeDirty() 2391 void RSRenderNode::SetChildHasSharedTransition(bool val) in SetChildHasSharedTransition() 2523 if (auto node = weakPtr.lock()) { in UpdateDrawableVec() 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() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_dfx.c | 41 struct HlistNode node; member 303 FillpDfxPktParseFailNode *node = (FillpDfxPktParseFailNode *)pos; in DfxGetPktPraseFailNode() local 323 FillpDfxPktParseFailNode *node = DfxGetPktPraseFailNode(sock->index); in FillpDfxSockLinkAndQosNotify() local 343 FillpDfxPktParseFailNode *node = FILLP_NULL_PTR; in FillpDfxPktNotify() local 757 FILLP_LLONG val = strtoll(optArgs, FILLP_NULL_PTR, FILLP_DFX_DUMP_STRTOL_BASE); in FillpDfxDumpGetOptVal() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 85 inline Vector3f ApplyTransForm(const Vector3f& val, const PixelTransformFunc& func) in ApplyTransForm() 540 float RGBUint8ToFloat(uint8_t val) in RGBUint8ToFloat() 546 float RGBUint10ToFloat(uint16_t val) in RGBUint10ToFloat() 551 uint8_t RGBFloatToUint8(float val) in RGBFloatToUint8() 557 uint16_t RGBFloatToUint10(float val) in RGBFloatToUint10() 819 bool RSBaseRenderUtil::IsNeedClient(RSRenderNode& node, const ComposeInfo& info) in IsNeedClient() 1491 bool RSBaseRenderUtil::WriteSurfaceRenderNodeToPng(const RSSurfaceRenderNode& node) in WriteSurfaceRenderNodeToPng() 1525 bool RSBaseRenderUtil::WriteCacheRenderNodeToPng(const RSRenderNode& node) in WriteCacheRenderNodeToPng()
|
H A D | rs_main_thread.cpp | 975 for (auto& node : subThreadNodes_) { in CheckParallelSubThreadNodesStatus() local 1461 for (auto& node : subThreadNodes_) { in CheckSubThreadNodeStatusIsDoing() local 1583 for (auto& node : subThreadNodes_) { in IsLastFrameUIFirstEnabled() local 1912 auto node = nodeMap.GetRenderNode(id); in PrepareUiCaptureTasks() local 2821 auto node = iter.second.lock(); in Animate() local 3003 auto node = nodeMap.GetRenderNode(nodeId); in ClassifyRSTransactionData() local 3501 void RSMainThread::SetScreenPowerOnChanged(bool val) in SetScreenPowerOnChanged() 3745 auto node = subNode.lock(); in IsDrawingGroupChanged() local 3791 for (const auto& node : hardwareEnabledNodes_) { in IsHardwareEnabledNodesNeedSync() local 4003 auto node = item.second.lock(); in UpdateAnimateNodeFlag() local [all …]
|
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_rdbstore.cpp | 616 int32_t val = -1; in LocationSetXattr() local 672 static int32_t RecycleSetValue(int32_t val, ValuesBucket &setXAttr, int32_t position) in RecycleSetValue() 727 int32_t val = std::stoi(value); in RecycleSetXattr() local 808 int32_t val = std::stoi(value); in FavoriteSetXattr() local 984 const CacheNode &node, const std::string &extAttrKey) in GetXAttr()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 156 static PixelFormat ParsePixlForamt(int32_t val) in ParsePixlForamt() 165 static AlphaType ParseAlphaType(int32_t val) in ParseAlphaType() 174 static ScaleMode ParseScaleMode(int32_t val) in ParseScaleMode() 183 static AntiAliasingOption ParseAntiAliasingOption(int32_t val) in ParseAntiAliasingOption() 3614 static void ParseColorSpaceVal(napi_env env, napi_value val, PixelMapAsyncContext* context) in ParseColorSpaceVal() 3972 static double FloatToDouble(float val) in FloatToDouble() 3982 napi_value node = nullptr; in CreateArrayDouble() local 4001 napi_value node = CreateJsNumber(env, FloatToDouble(value)); in CreateNapiDouble() local 4010 napi_value node = nullptr; in CreateNapiUint32() local 4023 napi_value node = nullptr; in CreateNapiBool() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 680 shared_ptr<JsValue> val = paramObj->GetProperty(runtime, key); in SetScreenOnVisible() local 1115 shared_ptr<JsValue> val = arg->GetProperty(runtime, key); in GetParams() local 2186 RefPtr<DOMNode> node = domDocument->GetDOMNodeById(childNodeId); in JsCallComponent() local 2247 std::string val = iter->second; in AppClearData() local 2286 std::string val = iter->second; in AppSetData() local 2419 RefPtr<DOMNode> node = domDocument->GetDOMNodeById(id); in JsAppendChild() local 2512 shared_ptr<JsValue> node = runtime->NewObject(); in JsCreateElement() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 312 void ParseLineDash(const std::string& val, SegmentInfo& segmentInfo) in ParseLineDash() 327 void ParseTextPlacement(const std::string& val, TextInfo& textInfo) in ParseTextPlacement() 356 auto val = data->GetString(); in GetAttrDataSetData() local 1062 void JsCardParser::ReplaceParam(const std::unique_ptr<JsonValue>& node) in ReplaceParam()
|
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/ |
H A D | tee_client_api.c | 204 struct ListNode *node = NULL; in AddSessionList() local 546 static void TEEC_EncodeValueParam(const TEEC_Value *val, TC_NS_ClientParam *param) in TEEC_EncodeValueParam()
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | SceneJS.cpp | 1046 for (const auto& node : animRes) { in GetAnimations() local 1047 napi_value val; in GetAnimations() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_pattern.cpp | 1050 uint32_t val = size > 0 ? size - 1 : 0; in BuildMenu() local 1224 void DialogPattern::UpdateNodeContent(const RefPtr<FrameNode>& node, std::string& text) in UpdateNodeContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 2315 JSRef<JSObject> val = JSRef<JSObject>::Cast(jsVal); in JsChainWeight() local 2511 JSRef<JSVal> val = optionObj->GetProperty("offset"); in JsOverlay() local 5960 auto node = frameNode.Upgrade(); in SetTabBarSymbolOptionApply() local 6319 JSRef<JSVal> val = sizeObj->GetProperty(values.second.c_str()); in JsUseSizeType() local 6445 auto node = ParseDragNode(info); in ParseAndUpdateDragItemInfo() local 8491 node = frameNode](const float val) { in JSCreateAnimatableProperty() 9033 RefPtr<AceType> node = ViewStackModel::GetInstance()->Finish(); in JsDragPreview() local 9056 JSRef<JSObject> val = JSRef<JSObject>::Cast(rule); in JsAlignRules() local 10570 auto node = frameNode.Upgrade(); in SetDragPreviewOptionApply() local 11123 auto node = frameNode.Upgrade(); in SetTextStyleApply() local [all …]
|