Home
last modified time | relevance | path

Searched defs:mask (Results 76 – 100 of 269) sorted by relevance

1234567891011

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dipv6_address_test.cpp139 std::string mask = "ffff:ffff:ffff:ffff:0:0:0:0"; variable
/ohos5.0/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_rule_manager_test.cpp46 const uint8_t mask = 24; in GetNetFirewallRuleSptr() local
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXTexture.js242 this.textImgs[rid] = { mask: 0 }; property in XTexture.getText.textImgs
248 this.textIdxs[textIdx] = {cid: cid, rid: rid, mask: mask << off, time: this.timenow(),}; property in XTexture.getText.textIdxs
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dnetwork_interface.cpp211 char mask[NI_MAXHOST] = {0}; /* mask storage */ in SaveIpAddress() local
328 std::string mask; in IpAddressChange() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dbit_field.h223 EnumBitField mask = bits.GetValue(); in SetSubBits() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store_manager.cpp29 unsigned int mask = ~(GRD_DB_OPEN_CREATE | GRD_DB_OPEN_CHECK_FOR_ABNORMAL | GRD_DB_OPEN_CHECK | in CheckDBOpenFlag() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_mail.c111 uint32_t mask; in CanFilterMatch() local
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dnet.c184 int WaitFdEvent(int fd, unsigned int mask, int milliseconds) in WaitFdEvent()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp120 uint64_t mask = 0; in GetOsEventsMask() local
346 uint64_t mask = 0; in GetOsEventsMask() local
H A Dapp_event_observer_mgr.cpp383 uint64_t mask = observer->GetOsEventsMask(); in InitObserverFromListener() local
410 uint64_t mask = 0; in UnregisterOsEventListener() local
/ohos5.0/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_control.h60 uint32_t mask; member
71 uint32_t mask; member
H A Daudio_parse.h69 uint32_t mask; member
83 uint32_t mask; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp274 std::shared_ptr<RSMask> mask = properties.GetMask(); in Generate() local
297 RSMaskDrawable::RSMaskDrawable(std::shared_ptr<RSMask> mask) : mask_(std::move(mask)) in RSMaskDrawable()
306 RSSvgDomMaskDrawable::RSSvgDomMaskDrawable(std::shared_ptr<RSMask> mask) : RSMaskDrawable(mask) {} in RSSvgDomMaskDrawable()
330 RSSvgPictureMaskDrawable::RSSvgPictureMaskDrawable(std::shared_ptr<RSMask> mask) : RSMaskDrawable(m… in RSSvgPictureMaskDrawable()
354 RSGradientMaskDrawable::RSGradientMaskDrawable(std::shared_ptr<RSMask> mask) : RSMaskDrawable(mask)… in RSGradientMaskDrawable()
381 RSPathMaskDrawable::RSPathMaskDrawable(std::shared_ptr<RSMask> mask) : RSMaskDrawable(mask) {} in RSPathMaskDrawable()
408 RSPixelMapMaskDrawable::RSPixelMapMaskDrawable(std::shared_ptr<RSMask> mask) : RSMaskDrawable(mask)… in RSPixelMapMaskDrawable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg.h65 void AddHrefNode(const std::string& id, const RefPtr<RenderSvgBase>& mask) in AddHrefNode()
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dzchar_wrapper.cpp150 zchar mask, ignoreMask; in GetCharInternal() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp457 …std::shared_ptr<Rosen::Drawing::Bitmap>& background, std::shared_ptr<Rosen::Drawing::Bitmap>& mask) in GetLayeredIconParm()
508 …std::shared_ptr<Rosen::Drawing::Bitmap>& background, std::shared_ptr<Rosen::Drawing::Bitmap>& mask) in CompositeIconAdaptive()
580 …std::shared_ptr<Rosen::Drawing::Bitmap>& background, std::shared_ptr<Rosen::Drawing::Bitmap>& mask) in CompositeIconNotAdaptive()
649 std::shared_ptr<Rosen::Drawing::Bitmap> mask; in CreatePixelMap() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/core/
H A Drender_manager.cpp170 Rect mask = rect; in RenderRect() local
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davmeta_data_test.cpp317 AVMetaData::MetaMaskType mask = metaOut.GetMetaMask(); variable
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Davc_config_data_parser.cpp208 bool AVCConfigDataParser::ParseSpsOrPps(const uint32_t mask) in ParseSpsOrPps()
/ohos5.0/foundation/multimedia/av_session/frameworks/common/src/
H A Davplayback_state.cpp46 std::string mask; in Unmarshalling() local
251 bool AVPlaybackState::CopyToByMask(PlaybackStateMaskType& mask, AVPlaybackState& out) const in CopyToByMask()
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp718 std::string mask; in StartDhcp() local
757 const std::string &strEndip, const std::string &mask) in SetRange()
785 bool NetworkShareSubStateMachine::CheckConfig(std::string &endIp, std::string &mask) in CheckConfig()
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp259 Rect mask; in Resize() local
428 Rect mask; in CalculateUpdateRegion() local
527 Rect mask; in DrawRegion() local
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_utils.cpp112 std::vector<std::string> mask = Split(netmask, flag); in GetPrefixLen() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.h61 const Rect& mask; member
88 Rect mask; member
173 const Rect& mask; member
180 const Rect& mask; member
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp425 bool TelephonyStateRegistryService::CheckCallerIsSystemApp(uint32_t mask) in CheckCallerIsSystemApp()
451uint32_t mask, const std::string &bundleName, bool isUpdate, pid_t pid, int32_t uid, int32_t token… in RegisterStateChange()
489 int32_t TelephonyStateRegistryService::UnregisterStateChange(int32_t slotId, uint32_t mask, int32_t… in UnregisterStateChange()
512 bool TelephonyStateRegistryService::CheckPermission(uint32_t mask) in CheckPermission()

1234567891011