/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/include/ |
H A D | dcm_asn1.h | 45 #define ASN_1_MIN_VAL_2_EXTRA_LEN_BYTE 0x100
55 #define ASN_1_MAX_SIZE (0x10000 - 0x100)
|
/base/sensors/sensor_lite/frameworks/include/ |
H A D | sensor_agent_proxy.h | 36 #define MAX_DATA_LEN 0x100
|
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
H A D | surface_adapter_impl_test.cpp | 48 .w = 0x100, 49 .h = 0x100, 66 .width = 0x100, in GetBufferRequestConfig() 67 .height = 0x100, in GetBufferRequestConfig()
|
/base/security/huks/frameworks/huks_standard/main/common/include/ |
H A D | hks_cmd_id.h | 40 HKS_CMD_ID_IMPORT_KEY = 0x100,
|
/base/security/code_signature/interfaces/innerkits/common/include/ |
H A D | errcode.h | 28 CS_ERR_FILE_INVALID = -0x100,
|
/base/tee/tee_client/frameworks/include/ |
H A D | tee_client_inner.h | 65 #define PARAM_SIZE_LIMIT (0x400000 + 0x100) /* 0x100 is for share mem flag etc */
|
/base/telephony/core_service/services/sim/include/ |
H A D | sim_utils.h | 40 static const int HEX_HUNDRE = 0x100;
|
/base/security/asset/interfaces/inner_kits/c/inc/ |
H A D | asset_system_type.h | 188 SEC_ASSET_TAG_USER_ID = SEC_ASSET_TYPE_NUMBER | 0x100,
|
/base/startup/init/services/init/include/ |
H A D | init_service.h | 49 #define SERVICE_ATTR_ONDEMAND 0x100 // ondemand, manage socket by init
|
/base/security/asset/frameworks/definition/src/ |
H A D | lib.rs | 146 UserId = DataType::Number as isize | 0x100,
|
/base/security/device_security_level/interfaces/inner_api/src/lite/small/ |
H A D | device_security_level_proxy.c | 27 #define MAX_IPC_DATA_LEN 0x100
|
/base/security/device_security_level/oem_property/ohos/common/ |
H A D | hks_adapter.c | 32 #define TYPE_CERT_BASE 0x100
|
/base/telephony/core_service/services/network_search/include/ |
H A D | network_utils.h | 63 static const int64_t MIN_INDEX = 0x100; // 256
|
/base/hiviewdfx/hitrace/tools/hitrace_converter/ |
H A D | parse_functions.py | 94 pstate_map = {0x0: 'R', 0x1: 'S', 0x2: 'D', 0x10: 'X', 0x100: 'R+'}
110 pstate_map = {0x0: 'R', 0x1: 'S', 0x2: 'D', 0x10: 'X', 0x100: 'R+'}
129 if prev_state & 0x100 != 0:
|
/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_baselib_utils_test.cpp | 128 ptr->len = 0x100; in HWTEST_F()
|
/base/security/permission_lite/services/pms_client/ |
H A D | perm_client.c | 32 #define MAX_DATA_LEN 0x100
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | authentication_impl_test.cpp | 108 constexpr int32_t executorInfoIndex = 0x100; in HWTEST_F()
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandbox_test.cpp | 1138 g_testHelper.SetTestMsgFlags(0x100); // 0x100 is test parameter in HWTEST_F() 1163 g_testHelper.SetTestMsgFlags(0x100); in HWTEST_F()
|
/base/usb/usb_manager/test/native/service_unittest/src/ |
H A D | usb_device_pipe_test.cpp | 413 struct UsbCtrlTransfer ctrldata = {0b10000000, 6, 0x100, 0, 500}; in HWTEST_F() 451 struct UsbCtrlTransfer ctrldata = {0b10000000, 6, 0x100, 0, 500}; in HWTEST_F() 490 struct UsbCtrlTransfer ctrldata = {0b10000000, 6, 0x100, 0, 500}; in HWTEST_F() 1236 struct UsbCtrlTransferParams ctrldata = {0b10000000, 6, 0x100, 0, 0, 500}; in HWTEST_F() 1274 struct UsbCtrlTransferParams ctrldata = {0b10000000, 6, 0x100, 0, 0, 500}; in HWTEST_F() 1313 struct UsbCtrlTransferParams ctrldata = {0b10000000, 6, 0x100, 0, 0, 500}; in HWTEST_F()
|
/base/usb/usb_manager/test/native/mock/src/ |
H A D | usb_device_pipe_mock_test.cpp | 55 constexpr int32_t CTL_VALUE = 0x100;
|
/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | crypto_x509_certificate_test.cpp | 327 EXPECT_EQ(out.data[0] * 0x100 + out.data[1], TEST_CERT_SERIAL_NUMBER); in HWTEST_F()
|