Lines Matching defs:object

42  * @brief Initialize NAPI object
45 * @param object Conditions for initialize operation
46 * @param hold Attribute of object
47 * @param attr Attribute of object
48 * @param contact Attribute of object
50 void ObjectInit(napi_env env, napi_value object, napi_value &hold, napi_value &attr, napi_value &contact)
52 int type = GetType(env, object);
55 hold = object;
58 attr = object;
61 contact = object;
69 * @brief Initialize NAPI number object
72 * @param object Conditions for initialize operation
73 * @param id Number object
75 void ObjectInitId(napi_env env, napi_value object, napi_value &id)
77 int type = GetType(env, object);
80 id = object;
88 * @brief Initialize NAPI string object
91 * @param object Conditions for initialize operation
92 * @param key String object
94 void ObjectInitString(napi_env env, napi_value object, napi_value &key)
96 int type = GetType(env, object);
99 key = object;
107 * @brief Get NAPI object type
206 * @brief Establish predicates condition by holder object
228 * @brief Establish predicates condition by attributes object
276 * @brief Resolve object interface in DELETE_CONTACT case
278 * @param env Conditions for resolve object interface operation
279 * @param info Conditions for resolve object interface operation
295 * @brief Resolve object interface in QUERY_CONTACT case
297 * @param env Conditions for resolve object interface operation
298 * @param key Conditions for resolve object interface operation
299 * @param hold Conditions for resolve object interface operation
300 * @param attr Conditions for resolve object interface operation
332 * @brief Resolve object interface in QUERY_CONTACTS case
334 * @param env Conditions for resolve object interface operation
335 * @param hold Conditions for resolve object interface operation
336 * @param attr Conditions for resolve object interface operation
378 * @brief Resolve object interface in QUERY_CONTACTS_BY_EMAIL case
380 * @param env Conditions for resolve object interface operation
381 * @param emailobject Conditions for resolve object interface operation
382 * @param hold Conditions for resolve object interface operation
383 * @param attr Conditions for resolve object interface operation
404 * @brief Resolve object interface in QUERY_CONTACTS_BY_PHONE_NUMBER case
406 * @param env Conditions for resolve object interface operation
407 * @param number Conditions for resolve object interface operation
408 * @param hold Conditions for resolve object interface operation
409 * @param attr Conditions for resolve object interface operation
430 * @brief Resolve object interface in QUERY_GROUPS case
432 * @param env Conditions for resolve object interface operation
433 * @param hold Conditions for resolve object interface operation
458 * @brief Resolve object interface in QUERY_KEY case
460 * @param env Conditions for resolve object interface operation
461 * @param id Conditions for resolve object interface operation
462 * @param hold Conditions for resolve object interface operation
480 * @brief Resolve object interface in QUERY_MY_CARD case
482 * @param env Conditions for resolve object interface operation
483 * @param attr Conditions for resolve object interface operation
572 * @brief Resolve object interface in IS_LOCAL_CONTACT case
574 * @param env Conditions for resolve object interface operation
575 * @param id Conditions for resolve object interface operation
595 * @brief Resolve object interface in IS_MY_CARD case
597 * @param env Conditions for resolve object interface operation
598 * @param id Conditions for resolve object interface operation
1201 * @param env Conditions for resolve object interface operation
1202 * @param info Conditions for resolve object interface operation
1246 * @param env Conditions for resolve object interface operation
1247 * @param info Conditions for resolve object interface operation
1291 * @param env Conditions for resolve object interface operation
1292 * @param info Conditions for resolve object interface operation
1343 * @param env Conditions for resolve object interface operation
1344 * @param info Conditions for resolve object interface operation
1404 * @param env Conditions for resolve object interface operation
1405 * @param info Conditions for resolve object interface operation
1462 * @param env Conditions for resolve object interface operation
1463 * @param info Conditions for resolve object interface operation
1525 * @param env Conditions for resolve object interface operation
1526 * @param info Conditions for resolve object interface operation
1586 * @param env Conditions for resolve object interface operation
1587 * @param info Conditions for resolve object interface operation
1637 * @param env Conditions for resolve object interface operation
1638 * @param info Conditions for resolve object interface operation
1682 * @param env Conditions for resolve object interface operation
1683 * @param info Conditions for resolve object interface operation
1740 * @param env Conditions for resolve object interface operation
1741 * @param info Conditions for resolve object interface operation
1791 * @param env Conditions for resolve object interface operation
1792 * @param info Conditions for resolve object interface operation
1836 * @param env Conditions for resolve object interface operation
1837 * @param info Conditions for resolve object interface operation