Searched refs:x1000 (Results 1 - 13 of 13) sorted by relevance
/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_service_init.c | 57 const uint16_t stackSz = 0x1000; /* task stack size 4096 for task configuration */ in GetTaskConfig()
|
/base/security/huks/frameworks/huks_standard/main/common/include/ |
H A D | hks_cmd_id.h | 67 HKS_CMD_ID_WRAP = 0x1000,
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 119 static const uint32_t SELECT_SYMBOL = 0x1000;
|
/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
H A D | sec_comp_info.h | 33 static constexpr uint32_t MAX_EXTRA_SIZE = 0x1000;
|
/base/security/access_token/services/tokensyncmanager/test/unittest/ |
H A D | token_sync_service_test.cpp | 174 unsigned char *sendBuffer = (unsigned char *)malloc(0x1000); in SendTaskThread() 178 int sendLen = 0x1000; in SendTaskThread() 617 unsigned char *recvBuffer = (unsigned char *)malloc(0x1000); in HWTEST_F() 618 int recvLen = 0x1000; in HWTEST_F() 844 unsigned char *recvBuffer = (unsigned char *)malloc(0x1000); in HWTEST_F() 845 int recvLen = 0x1000; in HWTEST_F() 1358 int recvLen = 0x1000; in HWTEST_F()
|
/base/startup/init/services/init/include/ |
H A D | init_service.h | 54 #define SERVICE_ATTR_NOTIFY_STATE 0x1000 // service notify state
|
/base/startup/init/services/loopevent/timer/ |
H A D | le_timer.c | 27 #define TIMER_CANCELED 0x1000
|
/base/telephony/sms_mms/services/sms/include/cdma/ |
H A D | cdma_sms_common.h | 156 CMT_91 = 0x1000, // IS-91 Extended Protocol Enhanced Services 203 CMAS_PRESIDENTIAL = 0x1000,
|
/base/security/code_signature/test/unittest/ |
H A D | code_sign_utils_test.cpp | 395 EXPECT_EQ(arg.block_size, 0x1000);
in HWTEST_F() 437 EXPECT_EQ(arg.block_size, 0x1000);
in HWTEST_F()
|
H A D | jit_code_sign_test.cpp | 84 #define MAP_JIT 0x1000
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/ |
H A D | dlp_fuse_test.cpp | 227 // read hole data, offset 0x1000 size 6 in CheckLinkFd() 229 ASSERT_NE(lseek(linkfd1, 0x1000, SEEK_SET), -1); in CheckLinkFd() 269 // read hole data, offset 0x1000 size 6 in CheckRecoverFd() 271 ASSERT_NE(lseek(g_recoveryFileFd, 0x1000, SEEK_SET), -1); in CheckRecoverFd()
|
/base/telephony/sms_mms/services/sms/ |
H A D | gsm_cb_codec.cpp | 40 static constexpr uint16_t ETWS_POPUP = 0x1000;
|
/base/tee/tee_client/frameworks/libteec_vendor/ |
H A D | tee_client_api.c | 38 #define AGENT_BUFF_SIZE 0x1000
|
Completed in 14 milliseconds