Home
last modified time | relevance | path

Searched refs:EQUAL (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp332 ss << "NetFirewallRule:{" << NET_FIREWALL_RULE_ID << EQUAL << this->ruleId << COMMA << NET_FIREWALL_RULE_NAME << in ToString()
333 EQUAL << this->ruleName << COMMA << NET_FIREWALL_RULE_DESC << EQUAL << this->ruleDescription << COMMA << in ToString()
334 NET_FIREWALL_RULE_DIR << EQUAL << int(this->ruleDirection) << COMMA << NET_FIREWALL_RULE_ACTION << EQUAL << in ToString()
335 int(this->ruleAction) << COMMA << NET_FIREWALL_RULE_TYPE << EQUAL << int(this->ruleType) << COMMA << in ToString()
336 NET_FIREWALL_IS_ENABLED << EQUAL << this->isEnabled << COMMA << NET_FIREWALL_APP_ID << EQUAL << this->appUid << in ToString()
337 COMMA << NET_FIREWALL_PROTOCOL << EQUAL << int(this->protocol) << COMMA << NET_FIREWALL_USER_ID << EQUAL << in ToString()
[all...]
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_common.cpp66 ss << "RequestParam:{" << NET_FIREWALL_PAGE << EQUAL << this->page << COMMA << NET_FIREWALL_PAGE_SIZE << EQUAL << in ToString()
67 this->pageSize << COMMA << NET_FIREWALL_ORDER_FIELD << EQUAL << static_cast<int32_t>(this->orderField) << in ToString()
68 COMMA << NET_FIREWALL_ORDER_TYPE << EQUAL << static_cast<int32_t>(this->orderType) << "}"; in ToString()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Dcov_util.h51 EQUAL = 0, member in OHOS::DistributedKv::QueryType
67 if (type_ == QueryType::EQUAL) { in operator ()()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_constant/include/
H A Dcasche_constant.h21 static constexpr const char EQUAL = '='; variable
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp35 auto pos = str.find(EQUAL); in ParseCacheControl()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h62 constexpr const char EQUAL = '='; member
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp35 auto pos = str.find(EQUAL); in ParseCacheControl()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h83 const std::string EQUAL = "="; member
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkv_utils.cpp192 Querys equal(&query, QueryType::EQUAL); in EqualTo()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkv_utils.cpp194 Querys equal(&query, QueryType::EQUAL); in EqualTo()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h185 static const GLenum EQUAL = 0x0202; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp1937 { WebGLRenderingContextBase::NEVER, WebGLRenderingContextBase::LESS, WebGLRenderingContextBase::EQUAL, in StencilFunc()
1979 { WebGLRenderingContextBase::NEVER, WebGLRenderingContextBase::LESS, WebGLRenderingContextBase::EQUAL, in StencilFuncSeparate()
H A Dwebgl_rendering_context_common.cpp792 return NVal::CreateInt64(env, WebGLRenderingContextBase::EQUAL).val_; in GetEqual()
1777 NVal::DeclareNapiGetter("EQUAL", GetEqual), in GetRenderingContextBasePropertyDesc()
H A Dwebgl_rendering_context_base.cpp931 case WebGLRenderingContextBase::EQUAL: in CheckFuncForStencilOrDepth()

Completed in 25 milliseconds