Home
last modified time | relevance | path

Searched refs:MASK (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H A Dserver_test.cpp26 static constexpr int MASK = 0x02; variable
85 unsigned int addMas = MASK;
98 unsigned int addMas = MASK;
100 mask.mask = MASK;
139 unsigned int delMask = MASK;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H A Dserver_test.cpp26 static constexpr int MASK = 0x02; variable
85 unsigned int addMas = MASK;
98 unsigned int addMas = MASK;
100 mask.mask = MASK;
139 unsigned int delMask = MASK;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Dcrypto.cpp45 constexpr unsigned char MASK = 0x0F; in Sha256() local
50 hash[i * 2] = hexCode[(value >> WIDTH) & MASK]; in Sha256()
52 hash[i * 2 + 1] = hexCode[value & MASK]; in Sha256()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H A Dacl.cpp47 if (maskDemand && !entries.count(ACL_TAG::MASK)) { in IsValid()
85 { ACL_TAG::MASK, ReCalcMaskPerm(), ACL_UNDEFINED_ID } in SetMaskEntry()
99 case ACL_TAG::MASK: in InsertEntry()
H A Dsetacl.cpp43 entry.tag = ACL_TAG::MASK; in AclEntryParseTag()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dservice_registry.cpp37 constexpr int32_t MASK = 0x100; variable
77 if (!data.WriteInt32(MASK)) { in CheckService()
110 if (!data.WriteInt32(MASK)) { in AddService()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.h34 #define CALC_SUBNET(IPADD, MASK) ((IPADD) & (MASK)) argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs35 const MASK: u16 = LOCAL_QUEUE_CAP as u16 - 1; const
232 let task = self.buffer[(pos & MASK) as usize].get(); in pop_front()
277 let idx = (rear & MASK) as usize; in push_back()
320 let src_idx = (src_front_steal & MASK) as usize; in push_overflowed()
386 let src_idx = (src_front_steal & MASK) as usize; in steal_into()
387 let des_idx = (dst_rear & MASK) as usize; in steal_into()
401 let src_idx = (src_front_steal & MASK) as usize; in steal_into()
491 let idx = (curr & MASK) as usize; in pop_batch()
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/crypto/
H A Ddm_crypto.cpp32 constexpr unsigned char MASK = 0x0F; variable
104 hash[i * HEX_TO_UINT8] = hexCode[(value >> WIDTH) & MASK]; in Sha256()
105 hash[i * HEX_TO_UINT8 + 1] = hexCode[value & MASK]; in Sha256()
/ohos5.0/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_service_proxy_test.cpp48 const uint8_t MASK = 24; variable
73 localParam.mask = MASK; in GetNetFirewallRuleSptr()
80 remoteParam.mask = MASK; in GetNetFirewallRuleSptr()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp45 constexpr unsigned char MASK = 0x0F; variable
128 out[i * DOUBLE_TIMES] = hexCode[(value >> WIDTH) & MASK]; in Sha256()
129 out[i * DOUBLE_TIMES + 1] = hexCode[value & MASK]; in Sha256()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dacl.cpp38 { ACL_TAG::MASK, "ACL_MASK" },
97 if (maskDemand && !entries.count(ACL_TAG::MASK)) { in IsValid()
133 { ACL_TAG::MASK, ReCalcMaskPerm(), ACL_UNDEFINED_ID } in InsertEntry()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h97 MASK, enumerator
295 { RSModifierType::MASK, "Mask" },
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp50 constexpr unsigned char MASK = 0x0F; variable
264 out[i * DOUBLE_TIMES] = hexCode[(value >> WIDTH) & MASK]; in Sha256()
265 out[i * DOUBLE_TIMES + 1] = hexCode[value & MASK]; in Sha256()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_drawable.h39 MASK, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable.h40 MASK, enumerator
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/file_sharing/
H A Dacl.h39 MASK = 0x10, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/databaseutils/include/
H A Dacl.h37 MASK = 0x10, enumerator
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dacl.h44 MASK = 0x10, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/databaseutils/src/
H A Dacl.cpp93 …CompareInsertEntry(AclXattrEntry(ACL_TAG::MASK, AclXattrEntry::ACL_UNDEFINED_ID, ReCalcMaskPerm())… in InsertEntry()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp122 { RSModifierType::MASK, RSPropertyDrawableSlot::MASK },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_render_node.cpp132 … DrawPropertyDrawableRange(RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::MASK, canvas); in ProcessTransitionBeforeChildren()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_drawable.cpp101 RSDrawableSlot::MASK, // MASK
468 RSDrawableSlot::MASK,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_test.cpp106 RSPropertyDrawableSlot::MASK,
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h121 MASK, in CORE3D_BEGIN_NAMESPACE() enumerator

12