/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | foundation.h | 122 int bt_mesh_cfg_srv_init(struct bt_mesh_model *model, bool primary); 123 int bt_mesh_health_srv_init(struct bt_mesh_model *model, bool primary); 125 int bt_mesh_cfg_cli_init(struct bt_mesh_model *model, bool primary); 126 int bt_mesh_health_cli_init(struct bt_mesh_model *model, bool primary);
|
A D | access.h | 32 …_foreach(void (*func)(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary,
|
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/netCfg/ |
A D | netCfg.axml | 22 …<button class="form-button" size="default" type="primary" disabled="{{netCfgState.scanning}}" onTa… 46 …<button size="default" type="primary" disabled="{{net_config_devices.length<=0 || netCfgState.conf… 65 …<button class="picker-button" hover-class="picker-button-hover" size="default" type="primary" onTa… 66 …<button class="picker-button" hover-class="picker-button-hover" size="default" type="primary" onTa…
|
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/linkLP/ |
A D | linkLP.axml | 24 <button class="form-button" size="default" type="primary" onTap="scanTriadQr">扫码获取三元组</button> 41 …<button class="form-button" size="default" type="primary" disabled="{{LinkLpState.scanning}}" onTa… 45 …<button size="default" type="primary" disabled="{{link_lp_devices.length<=0 || LinkLpState.linking…
|
/AliOS-Things-master/components/drivers/peripheral/wifi/src/ |
A D | wifi.c | 273 int hal_wifi_set_channel(netdev_t *dev, uint8_t primary) in hal_wifi_set_channel() argument 278 ret = WIFI_DRIVER(dev)->set_channel(dev, primary); in hal_wifi_set_channel() 284 int hal_wifi_get_channel(netdev_t *dev, uint8_t *primary) in hal_wifi_get_channel() argument 289 ret = WIFI_DRIVER(dev)->get_channel(dev, (int *)primary); in hal_wifi_get_channel()
|
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/linkIot/ |
A D | linkIot.axml | 2 <button size="default" class="link-iot-btn" onTap="scan" type="primary">
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | health_srv.c | 397 int bt_mesh_health_srv_init(struct bt_mesh_model *model, bool primary) in bt_mesh_health_srv_init() argument 402 if (!primary) { in bt_mesh_health_srv_init() 421 if (primary) { in bt_mesh_health_srv_init()
|
A D | main.c | 244 …pend(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary, void *user_data) in model_suspend() argument 304 …sume(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary, void *user_data) in model_resume() argument
|
A D | access.c | 45 int (*const init)(struct bt_mesh_model *model, bool primary); 57 …_foreach(void (*func)(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary, in bt_mesh_model_foreach() argument 294 static void mod_init(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary, … in mod_init() argument 320 model_init[i].init(mod, primary); in mod_init()
|
A D | health_cli.c | 555 int bt_mesh_health_cli_init(struct bt_mesh_model *model, bool primary) in bt_mesh_health_cli_init() argument 564 BT_DBG("primary %u", primary); in bt_mesh_health_cli_init()
|
A D | settings.c | 878 static void commit_mod(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary… in commit_mod() argument 1525 …oid store_pending_mod(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary, in store_pending_mod() argument 1853 …ore_pending_mod_check(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary, in store_pending_mod_check() argument
|
A D | cfg_cli.c | 2217 int bt_mesh_cfg_cli_init(struct bt_mesh_model *model, bool primary) in bt_mesh_cfg_cli_init() argument 2219 BT_DBG("primary %u", primary); in bt_mesh_cfg_cli_init() 2221 if (!primary) { in bt_mesh_cfg_cli_init()
|
A D | cfg_srv.c | 135 static int comp_add_elem(struct net_buf_simple *buf, struct bt_mesh_elem *elem, bool primary) in comp_add_elem() argument 621 …bind(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary, void *user_data) in _mod_unbind() argument 3254 int bt_mesh_cfg_srv_init(struct bt_mesh_model *model, bool primary) in bt_mesh_cfg_srv_init() argument 3300 static void mod_reset(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary,… in mod_reset() argument
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11modes.c | 356 RROutput primary = X11_XRRGetOutputPrimary(dpy, RootWindow(dpy, default_screen)); in X11_InitModes_XRandR() local 422 if ((looking_for_primary && (res->outputs[output] != primary)) || in X11_InitModes_XRandR() 423 … (!looking_for_primary && (screen == default_screen) && (res->outputs[output] == primary))) { in X11_InitModes_XRandR()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/ |
A D | mesh_node.c | 216 …nfig(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary, void *user_data) in node_config() argument 255 bool primary, void *user_data), in auto_config()
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | jsoncpp.dox | 159 \author Christopher Dunn <cdunn2001@gmail.com> (primary maintainer)
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_config.h.cmake.in | 143 /* 12bit libjpeg primary include file with path */
|
A D | tif_config.h.in | 198 /* 12bit libjpeg primary include file with path */
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | README | 49 primary purpose is to illustrate how to use libpng to add PNG support to
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitview.m | 395 /* HIG says: "primary button behavior" */
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamodes.m | 337 /* Pick up the primary display in the first pass, then get the rest */
|
/AliOS-Things-master/components/SDL2/src/image/external/ |
A D | tiff-4.0.9-win32config.patch | 275 +/* 12bit libjpeg primary include file with path */
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | repl.js | 1355 var primary, can_regex = 1;
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | repl.js | 1334 var primary, can_regex = 1;
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | structure.txt | 428 holds the output of JPEG decompression proper. This controller's primary 485 generating 15-bit color (5 bits/primary) from JPEG's 24-bit output.
|