/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/ |
H A D | server_test.cpp | 26 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 D | server_test.cpp | 26 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 D | crypto.cpp | 45 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 D | acl.cpp | 47 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 D | setacl.cpp | 43 entry.tag = ACL_TAG::MASK; in AclEntryParseTag()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | service_registry.cpp | 37 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 D | dhcpd_interface.h | 34 #define CALC_SUBNET(IPADD, MASK) ((IPADD) & (MASK)) argument
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | queue.rs | 35 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 D | dm_crypto.cpp | 32 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 D | netfirewall_service_proxy_test.cpp | 48 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 D | dh_utils_tool.cpp | 45 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 D | acl.cpp | 38 { 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 D | rs_modifier_type.h | 97 MASK, enumerator 295 { RSModifierType::MASK, "Mask" },
|
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_utils_tool.cpp | 50 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 D | rs_drawable.h | 39 MASK, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable.h | 40 MASK, enumerator
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/file_sharing/ |
H A D | acl.h | 39 MASK = 0x10, enumerator
|
/ohos5.0/foundation/distributeddatamgr/kv_store/databaseutils/include/ |
H A D | acl.h | 37 MASK = 0x10, enumerator
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | acl.h | 44 MASK = 0x10, enumerator
|
/ohos5.0/foundation/distributeddatamgr/kv_store/databaseutils/src/ |
H A D | acl.cpp | 93 …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 D | rs_property_drawable.cpp | 122 { RSModifierType::MASK, RSPropertyDrawableSlot::MASK },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_render_node.cpp | 132 … DrawPropertyDrawableRange(RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::MASK, canvas); in ProcessTransitionBeforeChildren()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_drawable.cpp | 101 RSDrawableSlot::MASK, // MASK 468 RSDrawableSlot::MASK,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_test.cpp | 106 RSPropertyDrawableSlot::MASK,
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_data_structures.h | 121 MASK, in CORE3D_BEGIN_NAMESPACE() enumerator
|