Home
last modified time | relevance | path

Searched defs:isSelf (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp561 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const T& val, bool isSelf) in SetPresentationProperty()
567 … RenderSvgBase::SetPresentationProperty(const std::string& attrName, const Color& val, bool isSelf) in SetPresentationProperty()
580 …derSvgBase::SetPresentationProperty(const std::string& attrName, const Dimension& val, bool isSelf) in SetPresentationProperty()
593 …RenderSvgBase::SetPresentationProperty(const std::string& attrName, const double& val, bool isSelf) in SetPresentationProperty()
/ohos5.0/base/security/device_security_level/oem_property/ohos/common/
H A Dexternal_interface_adapter.c48 int32_t GetPkInfoListStr(bool isSelf, const char *udidStr, char **pkInfoList) in GetPkInfoListStr()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange.c175 static int32_t GenerateKeyAlias(const CmdParams *params, bool isSelf, bool isPsk, Uint8Buff *keyAli… in GenerateKeyAlias()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Diso_protocol.c155 static int32_t IsoCalToken(const IsoProtocol *protocol, Uint8Buff *token, bool isSelf) in IsoCalToken()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c879 static int32_t SetAuthProtectedMsg(SessionImpl *impl, const CJson *msgJson, bool isSelf) in SetAuthProtectedMsg()