/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_aka.c | 874 struct eap_sim_attrs *attr) in eap_aka_process_identity() 880 if (attr->mac || attr->iv || attr->encr_data) { in eap_aka_process_identity() 892 if (!attr->identity || attr->identity_len == 0) { in eap_aka_process_identity() 900 new_identity = os_malloc(attr->identity_len); in eap_aka_process_identity() 908 os_memcpy(sm->identity, attr->identity, attr->identity_len); in eap_aka_process_identity() 909 sm->identity_len = attr in eap_aka_process_identity() 871 eap_aka_process_identity(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_identity() argument 931 eap_aka_process_challenge(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_challenge() argument 1035 eap_aka_process_sync_failure(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_sync_failure() argument 1068 eap_aka_process_reauth(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_reauth() argument 1162 eap_aka_process_client_error(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_client_error() argument 1176 eap_aka_process_authentication_reject( struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_authentication_reject() argument 1185 eap_aka_process_notification(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_notification() argument 1205 struct eap_sim_attrs attr; eap_aka_process() local [all...] |
H A D | eap_server_sim.c | 433 struct eap_sim_attrs *attr) in eap_sim_process_start() 454 if (!attr->identity || attr->identity_len == 0) { in eap_sim_process_start() 460 new_identity = os_malloc(attr->identity_len); in eap_sim_process_start() 465 os_memcpy(sm->identity, attr->identity, attr->identity_len); in eap_sim_process_start() 466 sm->identity_len = attr->identity_len; in eap_sim_process_start() 525 if (attr->nonce_mt == NULL || attr->selected_version < 0) { in eap_sim_process_start() 531 if (!eap_sim_supported_ver(data, attr in eap_sim_process_start() 430 eap_sim_process_start(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_sim_process_start() argument 584 eap_sim_process_challenge(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_sim_process_challenge() argument 623 eap_sim_process_reauth(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_sim_process_reauth() argument 703 eap_sim_process_client_error(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_sim_process_client_error() argument 717 eap_sim_process_notification(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_sim_process_notification() argument 737 struct eap_sim_attrs attr; eap_sim_process() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_aka.c | 874 struct eap_sim_attrs *attr) in eap_aka_process_identity() 880 if (attr->mac || attr->iv || attr->encr_data) { in eap_aka_process_identity() 892 if (!attr->identity || attr->identity_len == 0) { in eap_aka_process_identity() 900 new_identity = os_malloc(attr->identity_len); in eap_aka_process_identity() 908 os_memcpy(sm->identity, attr->identity, attr->identity_len); in eap_aka_process_identity() 909 sm->identity_len = attr in eap_aka_process_identity() 871 eap_aka_process_identity(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_identity() argument 931 eap_aka_process_challenge(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_challenge() argument 1036 eap_aka_process_sync_failure(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_sync_failure() argument 1069 eap_aka_process_reauth(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_reauth() argument 1164 eap_aka_process_client_error(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_client_error() argument 1178 eap_aka_process_authentication_reject( struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_authentication_reject() argument 1187 eap_aka_process_notification(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_aka_process_notification() argument 1207 struct eap_sim_attrs attr; eap_aka_process() local [all...] |
H A D | eap_server_sim.c | 433 struct eap_sim_attrs *attr) in eap_sim_process_start() 454 if (!attr->identity || attr->identity_len == 0) { in eap_sim_process_start() 460 new_identity = os_malloc(attr->identity_len); in eap_sim_process_start() 465 os_memcpy(sm->identity, attr->identity, attr->identity_len); in eap_sim_process_start() 466 sm->identity_len = attr->identity_len; in eap_sim_process_start() 525 if (attr->nonce_mt == NULL || attr->selected_version < 0) { in eap_sim_process_start() 531 if (!eap_sim_supported_ver(data, attr in eap_sim_process_start() 430 eap_sim_process_start(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_sim_process_start() argument 584 eap_sim_process_challenge(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_sim_process_challenge() argument 624 eap_sim_process_reauth(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_sim_process_reauth() argument 705 eap_sim_process_client_error(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_sim_process_client_error() argument 719 eap_sim_process_notification(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) eap_sim_process_notification() argument 739 struct eap_sim_attrs attr; eap_sim_process() local [all...] |
/third_party/curl/src/ |
H A D | tool_xattr.c | 33 const char *attr; /* name of the xattr */ member 84 const char *attr, /* name of the xattr */ in xattr() 92 printf("%s => %s\n", attr, value); in xattr() 97 err = fsetxattr(fd, attr, value, strlen(value), 0, 0); in xattr() 99 err = fsetxattr(fd, attr, value, strlen(value), 0); in xattr() 103 attr, value, strlen(value)); in xattr() 122 while(!err && mappings[i].attr) { in fwrite_xattr() 126 err = xattr(fd, mappings[i].attr, value); in fwrite_xattr() 83 xattr(int fd, const char *attr, const char *value) xattr() argument
|
/third_party/python/Python/ |
H A D | thread_pthread_stubs.h | 6 const pthread_mutexattr_t *restrict attr) in pthread_mutex_init() 38 const pthread_condattr_t *restrict attr) in pthread_cond_init() 70 pthread_condattr_init(pthread_condattr_t *attr) in pthread_condattr_init() argument 76 pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t clock_id) in pthread_condattr_setclock() argument 84 const pthread_attr_t *restrict attr, in pthread_create() 109 pthread_attr_init(pthread_attr_t *attr) in pthread_attr_init() argument 116 pthread_attr_t *attr, size_t stacksize) in pthread_attr_setstacksize() 122 pthread_attr_destroy(pthread_attr_t *attr) in pthread_attr_destroy() argument 5 pthread_mutex_init(pthread_mutex_t *restrict mutex, const pthread_mutexattr_t *restrict attr) pthread_mutex_init() argument 37 pthread_cond_init(pthread_cond_t *restrict cond, const pthread_condattr_t *restrict attr) pthread_cond_init() argument 83 pthread_create(pthread_t *restrict thread, const pthread_attr_t *restrict attr, void *(*start_routine)(void *), void *restrict arg) pthread_create() argument 115 pthread_attr_setstacksize( pthread_attr_t *attr, size_t stacksize) pthread_attr_setstacksize() argument
|
/third_party/python/Include/cpython/ |
H A D | pthread_stubs.h | 44 const pthread_mutexattr_t *restrict attr); 52 const pthread_condattr_t *restrict attr); 60 PyAPI_FUNC(int) pthread_condattr_init(pthread_condattr_t *attr); variable 62 pthread_condattr_t *attr, clockid_t clock_id); 66 const pthread_attr_t *restrict attr, 72 PyAPI_FUNC(int) pthread_attr_init(pthread_attr_t *attr); variable 73 PyAPI_FUNC(int) pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize); 74 PyAPI_FUNC(int) pthread_attr_destroy(pthread_attr_t *attr); variable
|
/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | executor_callback_proxy.cpp | 80 auto attr = command.Serialize(); in OnBeginExecute() local 81 if (!data.WriteUInt8Vector(attr)) { in OnBeginExecute() 112 auto attr = command.Serialize(); in OnEndExecute() local 113 if (!data.WriteUInt8Vector(attr)) { in OnEndExecute() 140 auto attr = properties.Serialize(); in OnSetProperty() local 141 if (!data.WriteUInt8Vector(attr)) { in OnSetProperty() 185 std::vector<uint8_t> attr; in OnGetProperty() local 186 if (!reply.ReadUInt8Vector(&attr)) { in OnGetProperty() 190 values = Attributes(attr); in OnGetProperty() 207 auto attr in OnSendData() local [all...] |
/base/useriam/user_auth_framework/services/core/inc/ |
H A D | remote_msg_util.h | 36 std::string remoteUdid, Attributes &attr); 37 static bool DecodeQueryExecutorInfoReply(const Attributes &attr, std::vector<ExecutorInfo> &executorInfoArray); 39 static bool EncodeAuthParam(const AuthParamInner &authParam, Attributes &attr); 40 static bool DecodeAuthParam(const Attributes &attr, AuthParamInner &authParam); 45 const std::vector<uint8_t> &signedRemoteExecutorInfo, Attributes &attr); 46 static bool SetExecutorInfoToAttributes(const ExecutorInfo &executorInfo, Attributes &attr); 49 static bool SetExecutorInfoArrayToAttributes(const std::vector<ExecutorInfo> &executorInfoArray, Attributes &attr);
|
/third_party/musl/src/process/ |
H A D | system.c | 18 posix_spawnattr_t attr; in system() local 33 posix_spawnattr_init(&attr); in system() 34 posix_spawnattr_setsigmask(&attr, &old); in system() 35 posix_spawnattr_setsigdefault(&attr, &reset); in system() 36 posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETSIGDEF|POSIX_SPAWN_SETSIGMASK); in system() 37 ret = posix_spawn(&pid, "/bin/sh", 0, &attr, in system() 39 posix_spawnattr_destroy(&attr); in system()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | system.c | 18 posix_spawnattr_t attr; in system() local 34 posix_spawnattr_init(&attr); in system() 35 posix_spawnattr_setsigmask(&attr, &old); in system() 36 posix_spawnattr_setsigdefault(&attr, &reset); in system() 37 posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETSIGDEF|POSIX_SPAWN_SETSIGMASK); in system() 38 ret = posix_spawn(&pid, "/bin/sh", 0, &attr, in system() 40 posix_spawnattr_destroy(&attr); in system()
|
/third_party/elfutils/libdw/ |
H A D | libdw.h | 495 extern int dwarf_hasform (Dwarf_Attribute *attr, unsigned int search_form); 498 extern unsigned int dwarf_whatattr (Dwarf_Attribute *attr); 501 extern unsigned int dwarf_whatform (Dwarf_Attribute *attr); 508 extern int dwarf_formudata (Dwarf_Attribute *attr, Dwarf_Word *return_uval) 512 extern int dwarf_formsdata (Dwarf_Attribute *attr, Dwarf_Sword *return_uval) 516 extern int dwarf_formaddr (Dwarf_Attribute *attr, Dwarf_Addr *return_addr) 521 extern int dwarf_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset) 525 extern Dwarf_Die *dwarf_formref_die (Dwarf_Attribute *attr, Dwarf_Die *die_mem) 529 extern int dwarf_formblock (Dwarf_Attribute *attr, Dwarf_Block *return_block) 533 extern int dwarf_formflag (Dwarf_Attribute *attr, boo 1103 dwarf_whatattr(Dwarf_Attribute *attr) dwarf_whatattr() argument 1110 dwarf_whatform(Dwarf_Attribute *attr) dwarf_whatform() argument [all...] |
/third_party/mesa3d/src/egl/main/ |
H A D | eglimage.c | 39 EGLint attr, EGLint val) in _eglParseKHRImageAttribs() 41 switch (attr) { in _eglParseKHRImageAttribs() 76 EGLint attr, EGLint val) in _eglParseMESADrmImageAttribs() 81 switch (attr) { in _eglParseMESADrmImageAttribs() 106 EGLint attr, EGLint val) in _eglParseWLBindWaylandDisplayAttribs() 111 switch (attr) { in _eglParseWLBindWaylandDisplayAttribs() 124 EGLint attr, EGLint val) in _eglParseEXTImageDmaBufImportAttribs() 129 switch (attr) { in _eglParseEXTImageDmaBufImportAttribs() 217 EGLint attr, EGLint val) in _eglParseEXTImageDmaBufImportModifiersAttribs() 222 switch (attr) { in _eglParseEXTImageDmaBufImportModifiersAttribs() 38 _eglParseKHRImageAttribs(_EGLImageAttribs *attrs, _EGLDisplay *disp, EGLint attr, EGLint val) _eglParseKHRImageAttribs() argument 75 _eglParseMESADrmImageAttribs(_EGLImageAttribs *attrs, _EGLDisplay *disp, EGLint attr, EGLint val) _eglParseMESADrmImageAttribs() argument 105 _eglParseWLBindWaylandDisplayAttribs(_EGLImageAttribs *attrs, _EGLDisplay *disp, EGLint attr, EGLint val) _eglParseWLBindWaylandDisplayAttribs() argument 123 _eglParseEXTImageDmaBufImportAttribs(_EGLImageAttribs *attrs, _EGLDisplay *disp, EGLint attr, EGLint val) _eglParseEXTImageDmaBufImportAttribs() argument 215 _eglParseEXTImageDmaBufImportModifiersAttribs(_EGLImageAttribs *attrs, _EGLDisplay *disp, EGLint attr, EGLint val) _eglParseEXTImageDmaBufImportModifiersAttribs() argument 292 EGLint attr = attrib_list[i++]; _eglParseImageAttribList() local [all...] |
/third_party/skia/src/xml/ |
H A D | SkDOM.cpp | 94 const Attr* attr = node->attrs(); in findAttr() local 95 const Attr* stop = attr + node->fAttrCount; in findAttr() 97 while (attr < stop) { in findAttr() 98 if (!strcmp(attr->fName, name)) { in findAttr() 99 return attr->fValue; in findAttr() 101 attr += 1; in findAttr() 112 const SkDOM::Attr* SkDOM::getNextAttr(const Node* node, const Attr* attr) const { in getNextAttr() 114 if (attr == nullptr) { in getNextAttr() 117 return (attr - node->attrs() + 1) < node->fAttrCount ? attr in getNextAttr() [all...] |
/third_party/cups-filters/filter/ |
H A D | rastertopclx.c | 125 ppd_attr_t *attr; /* Attribute from PPD file */ in StartPage() local 454 if (ppd && ((attr = ppdFindAttr(ppd, "cupsInitialNulls", NULL)) != NULL)) in StartPage() 455 for (i = atoi(attr->value); i > 0; i --) in StartPage() 468 if (ppd && ((attr = ppdFindAttr(ppd, "cupsPJL", "StartJob")) != NULL)) in StartPage() 469 pjl_write(attr->value, NULL, job_id, user, title, num_options, in StartPage() 473 if (ppd && ((attr = ppdFindAttr(ppd, "cupsPJL", spec)) != NULL)) in StartPage() 474 printf("@PJL SET RENDERMODE=%s\r\n", attr->value); in StartPage() 477 if (ppd && ((attr = ppdFindAttr(ppd, "cupsPJL", spec)) != NULL)) in StartPage() 478 printf("@PJL SET COLORSPACE=%s\r\n", attr->value); in StartPage() 483 if (ppd && ((attr in StartPage() 911 ppd_attr_t *attr; /* Attribute from PPD file */ Shutdown() local [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | SecurityUtils.cpp | 117 LSA_OBJECT_ATTRIBUTES attr;
in AddLockMemoryPrivilege() local 118 attr.Length = sizeof(attr);
in AddLockMemoryPrivilege() 119 attr.RootDirectory = NULL;
in AddLockMemoryPrivilege() 120 attr.ObjectName = NULL;
in AddLockMemoryPrivilege() 121 attr.Attributes = 0;
in AddLockMemoryPrivilege() 122 attr.SecurityDescriptor = NULL;
in AddLockMemoryPrivilege() 123 attr.SecurityQualityOfService = NULL;
in AddLockMemoryPrivilege() 124 if (policy.Open(NULL, &attr,
in AddLockMemoryPrivilege()
|
/vendor/hisilicon/hispark_pegasus/demo/colorfullight_demo/ |
H A D | colorful_light_demo.c | 105 osThreadAttr_t attr; in ColorfulLightDemo() local 119 attr.name = "CorlorfulLightTask"; in ColorfulLightDemo() 120 attr.attr_bits = 0U; in ColorfulLightDemo() 121 attr.cb_mem = NULL; in ColorfulLightDemo() 122 attr.cb_size = 0U; in ColorfulLightDemo() 123 attr.stack_mem = NULL; in ColorfulLightDemo() 124 attr.stack_size = ATTR.STACK_SIZE; in ColorfulLightDemo() 125 attr.priority = osPriorityNormal; in ColorfulLightDemo() 127 if (osThreadNew(CorlorfulLightTask, NULL, &attr) == NULL) { in ColorfulLightDemo()
|
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/ |
H A D | envrionment_demo.c | 136 osThreadAttr_t attr; in EnvironmentDemo() local 144 attr.name = "EnvironmentTask"; in EnvironmentDemo() 145 attr.attr_bits = 0U; in EnvironmentDemo() 146 attr.cb_mem = NULL; in EnvironmentDemo() 147 attr.cb_size = 0U; in EnvironmentDemo() 148 attr.stack_mem = NULL; in EnvironmentDemo() 149 attr.stack_size = ATTR.STACK_SIZE; in EnvironmentDemo() 150 attr.priority = osPriorityNormal; in EnvironmentDemo() 152 if (osThreadNew(EnvironmentTask, NULL, &attr) == NULL) { in EnvironmentDemo()
|
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/ |
H A D | app_demo_iot.c | 162 osThreadAttr_t attr; in AppDemoIot() local 165 attr.name = "IOTDEMO"; in AppDemoIot() 166 attr.attr_bits = 0U; in AppDemoIot() 167 attr.cb_mem = NULL; in AppDemoIot() 168 attr.cb_size = 0U; in AppDemoIot() 169 attr.stack_mem = NULL; in AppDemoIot() 170 attr.stack_size = CN_IOT_TASK_STACKSIZE; in AppDemoIot() 171 attr.priority = CN_IOT_TASK_PRIOR; in AppDemoIot() 173 if (osThreadNew((osThreadFunc_t)DemoEntry, NULL, &attr) == NULL) { in AppDemoIot()
|
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/ |
H A D | app_demo_iot.c | 162 osThreadAttr_t attr; in AppDemoIot() local 165 attr.name = "IOTDEMO"; in AppDemoIot() 166 attr.attr_bits = 0U; in AppDemoIot() 167 attr.cb_mem = NULL; in AppDemoIot() 168 attr.cb_size = 0U; in AppDemoIot() 169 attr.stack_mem = NULL; in AppDemoIot() 170 attr.stack_size = CN_IOT_TASK_STACKSIZE; in AppDemoIot() 171 attr.priority = CN_IOT_TASK_PRIOR; in AppDemoIot() 173 if (osThreadNew((osThreadFunc_t)DemoEntry, NULL, &attr) == NULL) { in AppDemoIot()
|
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/play/ |
H A D | stream_player.c | 156 osThreadAttr_t attr; in Ssd1306PlayDemo() local 158 attr.name = "Ssd1306Task"; in Ssd1306PlayDemo() 159 attr.attr_bits = 0U; in Ssd1306PlayDemo() 160 attr.cb_mem = NULL; in Ssd1306PlayDemo() 161 attr.cb_size = 0U; in Ssd1306PlayDemo() 162 attr.stack_mem = NULL; in Ssd1306PlayDemo() 163 attr.stack_size = ATTR.STACK_SIZE; in Ssd1306PlayDemo() 164 attr.priority = osPriorityNormal; in Ssd1306PlayDemo() 166 if (osThreadNew(Ssd1306PlayTask, NULL, &attr) == NULL) { in Ssd1306PlayDemo()
|
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/night_light/ |
H A D | ssd1306test.c | 142 osThreadAttr_t attr; in OledDemo() local 144 attr.name = "OledTask"; in OledDemo() 145 attr.attr_bits = 0U; in OledDemo() 146 attr.cb_mem = NULL; in OledDemo() 147 attr.cb_size = 0U; in OledDemo() 148 attr.stack_mem = NULL; in OledDemo() 149 attr.stack_size = ATTR.STACK_SIZE; in OledDemo() 150 attr.priority = osPriorityNormal; in OledDemo() 152 if (osThreadNew(OledTask, NULL, &attr) == NULL) { in OledDemo()
|
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/ |
H A D | api_test.cpp | 61 void onNewOutputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, void *userData) in onNewOutputData() argument 70 signal->attrQueue_.push(*attr); in onNewOutputData() 427 OH_AVCodecBufferAttr attr; in HWTEST_F() local 428 attr.pts = -1; in HWTEST_F() 429 attr.size = -1; in HWTEST_F() 430 attr.offset = 0; in HWTEST_F() 431 attr.flags = AVCODEC_BUFFER_FLAGS_EOS; in HWTEST_F() 433 ASSERT_EQ(AV_ERR_INVALID_VAL, OH_VideoEncoder_PushInputData(venc_, 0, attr)); in HWTEST_F() 443 OH_AVCodecBufferAttr attr; in HWTEST_F() local 444 attr in HWTEST_F() 460 OH_AVCodecBufferAttr attr; HWTEST_F() local 638 OH_AVCodecBufferAttr attr; HWTEST_F() local [all...] |
/test/xts/acts/communication_lite/wifiservice_hal/src/ |
H A D | wifiservice_func_test.c | 103 osThreadAttr_t attr; in OnWifiScanStateChangedHandler() local 104 attr.name = "WifiScanStateTask"; in OnWifiScanStateChangedHandler() 105 attr.attr_bits = 0U; in OnWifiScanStateChangedHandler() 106 attr.cb_mem = NULL; in OnWifiScanStateChangedHandler() 107 attr.cb_size = 0U; in OnWifiScanStateChangedHandler() 108 attr.stack_mem = NULL; in OnWifiScanStateChangedHandler() 109 attr.stack_size = DEF_TASK_STACK; in OnWifiScanStateChangedHandler() 110 attr.priority = DEF_TASK_PRIORITY; in OnWifiScanStateChangedHandler() 111 if (osThreadNew((osThreadFunc_t)WifiScanStateTask, NULL, &attr) == NULL) { in OnWifiScanStateChangedHandler() 125 osThreadAttr_t attr; in OnWifiConnectionChangedHandler() local 147 osThreadAttr_t attr; OnHotspotStaJoinHandler() local [all...] |
/test/xts/acts/kernel_lite/kernelcmsis_hal/src/ |
H A D | cmsis_mutex_func_test.c | 62 osThreadAttr_t attr; in CmsisMutexGetOwnerFunc001() local 73 attr.name = osThreadGetName(id1); in CmsisMutexGetOwnerFunc001() 74 TEST_ASSERT_EQUAL_STRING("testMutexGetOwner001", attr.name); in CmsisMutexGetOwnerFunc001() 251 osThreadAttr_t attr; variable 252 attr.name = "testMutexGetOwner001"; 253 attr.attr_bits = 0U; 254 attr.cb_mem = NULL; 255 attr.cb_size = 0U; 256 attr.stack_mem = NULL; 257 attr [all...] |