Searched refs:checkRes (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble.cpp | 830 auto checkRes = napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL); in StartAdvertising() local 831 NAPI_BT_ASSERT_RETURN_UNDEF(env, checkRes == napi_ok, BT_ERR_INVALID_PARAM); in StartAdvertising() 1001 auto checkRes = napi_get_cb_info(env, info, &argc, argv, &thisVar, NULL); in StopAdvertising() local 1002 NAPI_BT_ASSERT_RETURN_UNDEF(env, checkRes == napi_ok, BT_ERR_INVALID_PARAM); in StopAdvertising()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_register_syncdb_test.cpp | 73 bool checkRes = true; in TestEntryList() local 85 checkRes = false; in TestEntryList() 94 checkRes = false; in TestEntryList() 99 if (!checkRes) { in TestEntryList() 103 return checkRes; in TestEntryList()
|
Completed in 5 milliseconds