Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 39) sorted by relevance

12

/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_log.h25 #define log_flow(mod, ...) argument
28 #define log_debug(mod, ...) argument
30 #define log_debug(mod, ...) argument
34 #define log_info(mod, ...) argument
36 #define log_info(mod, ...) argument
46 #define log_err(mod, ...) argument
48 #define log_err(mod, ...) argument
52 #define log_crit(mod, ...) argument
54 #define log_crit(mod, ...) argument
58 #define log_flow(mod, ...) argument
[all …]
/AliOS-Things-master/components/ulog/include/ulog/
A Dulog.h79 #define LOGF(mod, ...) argument
80 #define LOGE(mod, ...) argument
81 #define LOGW(mod, ...) argument
82 #define LOGI(mod, ...) argument
83 #define LOGD(mod, ...) argument
94 #define LOGF(mod, ...) ulog(LOG_CRIT, mod, ULOG_TAG, __VA_ARGS__) argument
104 #define LOGE(mod, ...) ulog(LOG_ERR, mod, ULOG_TAG, __VA_ARGS__) argument
114 #define LOGW(mod, ...) ulog(LOG_WARNING, mod, ULOG_TAG, __VA_ARGS__) argument
124 #define LOGI(mod, ...) ulog(LOG_INFO, mod, ULOG_TAG, __VA_ARGS__) argument
136 #define LOGD(mod, ...) ulog(LOG_DEBUG, mod, ULOG_TAG, __VA_ARGS__) argument
[all …]
/AliOS-Things-master/components/amp_adapter/include/
A Daos_system.h17 #define amp_debug(mod, fmt, ...) LOGD(mod, fmt, ##__VA_ARGS__) argument
18 #define amp_info(mod, fmt, ...) LOGI(mod, fmt, ##__VA_ARGS__) argument
19 #define amp_warn(mod, fmt, ...) LOGW(mod, fmt, ##__VA_ARGS__) argument
20 #define amp_error(mod, fmt, ...) LOGE(mod, fmt, ##__VA_ARGS__) argument
21 #define amp_fatal(mod, fmt, ...) LOGF(mod, fmt, ##__VA_ARGS__) argument
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Daccess.c57 void bt_mesh_model_foreach(void (*func)(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool … in bt_mesh_model_foreach()
80 bt_s32_t bt_mesh_model_pub_period_get(struct bt_mesh_model *mod) in bt_mesh_model_pub_period_get()
118 static bt_s32_t next_period(struct bt_mesh_model *mod) in next_period()
143 struct bt_mesh_model *mod = user_data; in publish_sent() local
163 static int publish_retransmit(struct bt_mesh_model *mod) in publish_retransmit()
257 struct bt_mesh_elem *bt_mesh_model_elem(struct bt_mesh_model *mod) in bt_mesh_model_elem()
294 static void mod_init(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool primary, … in mod_init()
375 u16_t *bt_mesh_model_find_group(struct bt_mesh_model *mod, u16_t addr) in bt_mesh_model_find_group()
467 static bool model_has_key(struct bt_mesh_model *mod, u16_t key) in model_has_key()
A Dcfg_srv.c137 struct bt_mesh_model *mod; in comp_add_elem() local
515 struct bt_mesh_model *mod; in genie_mesh_setup() local
1096 struct bt_mesh_model *mod; in mod_pub_get() local
1141 struct bt_mesh_model *mod; in mod_pub_set() local
1284 struct bt_mesh_model *mod; in mod_pub_va_set() local
1359 struct bt_mesh_model *mod; in mod_pub_va_set() local
1430 struct bt_mesh_model *mod; in mod_sub_add() local
1474 struct bt_mesh_model *mod; in mod_sub_del() local
1542 struct bt_mesh_model *mod; in mod_sub_overwrite() local
1606 struct bt_mesh_model *mod; in mod_sub_del_all() local
[all …]
A Dhealth_srv.c43 static void health_get_registered(struct bt_mesh_model *mod, in health_get_registered()
76 static size_t health_get_current(struct bt_mesh_model *mod, in health_get_current()
346 static int health_pub_update(struct bt_mesh_model *mod) in health_pub_update()
363 struct bt_mesh_model *mod; in bt_mesh_fault_update() local
A Dsettings.c628 static int mod_set_bind(struct bt_mesh_model *mod, size_t len_rd, settings_read_cb read_cb, void *c… in mod_set_bind()
653 static int mod_set_sub(struct bt_mesh_model *mod, size_t len_rd, settings_read_cb read_cb, void *cb… in mod_set_sub()
675 static int mod_set_pub(struct bt_mesh_model *mod, size_t len_rd, settings_read_cb read_cb, void *cb… in mod_set_pub()
719 struct bt_mesh_model *mod; in mod_set() local
1442 static void store_pending_mod_bind(struct bt_mesh_model *mod, bool vnd) in store_pending_mod_bind()
1469 static void store_pending_mod_sub(struct bt_mesh_model *mod, bool vnd) in store_pending_mod_sub()
1496 static void store_pending_mod_pub(struct bt_mesh_model *mod, bool vnd) in store_pending_mod_pub()
1525 static void store_pending_mod(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool … in store_pending_mod()
1835 void bt_mesh_store_mod_bind(struct bt_mesh_model *mod) in bt_mesh_store_mod_bind()
1841 void bt_mesh_store_mod_sub(struct bt_mesh_model *mod) in bt_mesh_store_mod_sub()
[all …]
A Dmain.c244 static void model_suspend(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool prim… in model_suspend()
304 static void model_resume(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, bool vnd, bool prima… in model_resume()
/AliOS-Things-master/components/uagent/src/
A Duagent_send.c27 static int delay_send(const ua_mod_t mod, const ua_func_t func, in delay_send()
123 int uagent_send(const ua_mod_t mod, const ua_func_t func, in uagent_send()
202 const ua_mod_t mod, const ua_func_t func, const void *data) in uagent_ack()
A Duagent_core.c17 ua_mod_t mod; member
24 ua_mod_t mod; member
150 int uagent_register(const ua_mod_t mod, const char *mod_name, char *version, in uagent_register()
209 int uagent_unregister(const ua_mod_t mod, const ua_func_t func) in uagent_unregister()
259 static int update_create_uagent_service_node(const ua_mod_t mod, in update_create_uagent_service_node()
316 static void update_func_list(const ua_mod_t mod, const ua_func_t func, char *func_name, const char … in update_func_list()
508 cJSON *mod = cJSON_GetObjectItem(value_text, "mod"); in uagent_on_recv_handler() local
/AliOS-Things-master/components/py_engine/external/common/
A Dpy_defines.h80 #define amp_debug(mod, fmt, ...) LOGD(mod, fmt, ##__VA_ARGS__) argument
81 #define amp_info(mod, fmt, ...) LOGI(mod, fmt, ##__VA_ARGS__) argument
82 #define amp_warn(mod, fmt, ...) LOGW(mod, fmt, ##__VA_ARGS__) argument
83 #define amp_error(mod, fmt, ...) LOGE(mod, fmt, ##__VA_ARGS__) argument
84 #define amp_fatal(mod, fmt, ...) LOGF(mod, fmt, ##__VA_ARGS__) argument
/AliOS-Things-master/components/amp/main/
A Damp_defines.h76 #define amp_debug(mod, fmt, ...) LOGD(mod, fmt, ##__VA_ARGS__) argument
77 #define amp_info(mod, fmt, ...) LOGI(mod, fmt, ##__VA_ARGS__) argument
78 #define amp_warn(mod, fmt, ...) LOGW(mod, fmt, ##__VA_ARGS__) argument
79 #define amp_error(mod, fmt, ...) LOGE(mod, fmt, ##__VA_ARGS__) argument
80 #define amp_fatal(mod, fmt, ...) LOGF(mod, fmt, ##__VA_ARGS__) argument
/AliOS-Things-master/components/SDL2/src/core/android/
A Dkeyinfotable.h38 uint16_t mod; member
/AliOS-Things-master/components/SDL2/src/video/uikit/
A Dkeyinfotable.h37 Uint16 mod; member
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dviper_binop_divmod.py10 def mod(x: int, y: int) -> int: function
A Dimport_mpy_native_x64.py108 mod = "mod%u" % i variable
A Dimport_mpy_invalid.py61 mod = "mod%u" % i variable
/AliOS-Things-master/components/SDL2/include/
A DSDL_keyboard.h51 Uint16 mod; /**< current key modifiers */ member
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Decc.c295 const uECC_word_t *right, const uECC_word_t *mod, in uECC_vli_modAdd()
307 const uECC_word_t *right, const uECC_word_t *mod, in uECC_vli_modSub()
321 const uECC_word_t *mod, wordcount_t num_words) in uECC_vli_mmod()
365 const uECC_word_t *right, const uECC_word_t *mod, in uECC_vli_modMult()
393 const uECC_word_t *mod, in vli_modInv_update()
409 const uECC_word_t *mod, wordcount_t num_words) in uECC_vli_modInv()
/AliOS-Things-master/components/SDL2/test/
A Dcheckkeys.c60 int mod; in print_modifiers() local
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_map.c93 static uint32_t hash(int32_t key, uint32_t mod) in hash()
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjfloat.c209 mp_float_t mod = MICROPY_FLOAT_C_FUN(fmod)(*x, *y); in mp_obj_float_divmod() local
/AliOS-Things-master/components/uagent/include/
A Duagent_type.h101 ua_mod_t mod; member
/AliOS-Things-master/components/ulog/src/
A Dulog.c342 int ulog(const unsigned char s, const char *mod, const char *f, const unsigned long l, const char *… in ulog()
/AliOS-Things-master/hardware/chip/haas1000/aos/
A Daos.c247 int WEAK do_ulog(const unsigned char s, const char *mod, const char *f, const unsigned long l, cons… in do_ulog()

Completed in 52 milliseconds

12