/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()
|
/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/ |
H A D | server_test.cpp | 26 static constexpr int MASK = 0x02; member 85 unsigned int addMas = MASK; in HWTEST_F() 98 unsigned int addMas = MASK; in HWTEST_F() 100 mask.mask = MASK; in HWTEST_F() 139 unsigned int delMask = MASK; in HWTEST_F()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/ |
H A D | server_test.cpp | 26 static constexpr int MASK = 0x02; member 85 unsigned int addMas = MASK; in HWTEST_F() 98 unsigned int addMas = MASK; in HWTEST_F() 100 mask.mask = MASK; in HWTEST_F() 139 unsigned int delMask = MASK; in HWTEST_F()
|
/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))
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | service_registry.cpp | 37 constexpr int32_t MASK = 0x100; member 77 if (!data.WriteInt32(MASK)) { in CheckService() 78 HILOGE("%{public}s write MASK failed!", __func__); in CheckService() 110 if (!data.WriteInt32(MASK)) { in AddService() 111 HILOGE("%{public}s write MASK failed!", __func__); in AddService()
|
/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() 69 // if has GROUP entry, update MASK entry in SetMaskEntry() 72 // if no GROUP entry, remove MASK entry in SetMaskEntry() 77 * we need to re-calculate MASK's permission and *insert* it (to replace in SetMaskEntry() 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()
|
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_service_proxy_test.cpp | 48 const uint8_t MASK = 24;
member 73 localParam.mask = MASK;
in GetNetFirewallRuleSptr() 80 remoteParam.mask = MASK;
in GetNetFirewallRuleSptr()
|
/foundation/distributedhardware/device_manager/utils/src/crypto/ |
H A D | dm_crypto.cpp | 32 constexpr unsigned char MASK = 0x0F; member 105 hash[i * HEX_TO_UINT8] = hexCode[(value >> WIDTH) & MASK]; in Sha256() 106 hash[i * HEX_TO_UINT8 + 1] = hexCode[value & MASK]; in Sha256()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable.h | 40 MASK, member in OHOS::Rosen::RSPropertyDrawableSlot
|
/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() 125 * we need to re-calculate MASK's permission and *insert* it (to replace in InsertEntry() 133 { ACL_TAG::MASK, ReCalcMaskPerm(), ACL_UNDEFINED_ID } in InsertEntry()
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/ |
H A D | dh_utils_tool.cpp | 45 constexpr unsigned char MASK = 0x0F; member 129 out[i * DOUBLE_TIMES] = hexCode[(value >> WIDTH) & MASK]; in Sha256() 130 out[i * DOUBLE_TIMES + 1] = hexCode[value & MASK]; in Sha256()
|
/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_utils_tool.cpp | 50 constexpr unsigned char MASK = 0x0F; member 264 out[i * DOUBLE_TIMES] = hexCode[(value >> WIDTH) & MASK]; in Sha256() 265 out[i * DOUBLE_TIMES + 1] = hexCode[value & MASK]; in Sha256()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_drawable.h | 39 MASK, member in OHOS::Rosen::RSDrawableSlot
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/file_sharing/ |
H A D | acl.h | 39 MASK = 0x10, member in OHOS::StorageDaemon::ACL_TAG
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 96 MASK, member in OHOS::Rosen::RSModifierType 279 case RSModifierType::MASK: return "Mask"; in GetModifierTypeString()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | acl.h | 44 MASK = 0x10, member in OHOS::Media::ACL_TAG
|
/foundation/distributeddatamgr/kv_store/databaseutils/include/ |
H A D | acl.h | 37 MASK = 0x10, member in OHOS::DATABASE_UTILS::ACL_TAG
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_render_node.cpp | 134 DrawPropertyDrawableRange(RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::MASK, canvas); in ProcessTransitionBeforeChildren()
|
/foundation/distributeddatamgr/kv_store/databaseutils/src/ |
H A D | acl.cpp | 86 * we need to re-calculate MASK's permission and *insert* it (to replace in InsertEntry() 93 CompareInsertEntry(AclXattrEntry(ACL_TAG::MASK, AclXattrEntry::ACL_UNDEFINED_ID, ReCalcMaskPerm())); in InsertEntry()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_drawable.cpp | 100 RSDrawableSlot::MASK, // MASK 206 RSMaskDrawable::OnGenerate, // MASK, 462 RSDrawableSlot::MASK,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 126 { RSModifierType::MASK, RSPropertyDrawableSlot::MASK }, 210 RSMaskDrawable::Generate, // MASK
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_test.cpp | 106 RSPropertyDrawableSlot::MASK, in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_data_structures.h | 121 MASK, member in GLTF2::AttributeType::RenderMode::AlphaMode
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_extractor.cpp | 348 GET_PROPERTY_FROM_MODIFIERS_EQRETURN(std::shared_ptr<RSMask>, MASK, nullptr, =); in GetMask()
|