Home
last modified time | relevance | path

Searched refs:matchModeObj (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp1053 napi_value matchModeObj = nullptr; in PropertyInit() local
1056 napi_create_object(env, &matchModeObj); in PropertyInit()
1060 SetNamedPropertyByInteger(env, matchModeObj, MatchMode::MATCH_MODE_STICKY, "MATCH_MODE_STICKY"); in PropertyInit()
1061 SetNamedPropertyByInteger(env, matchModeObj, MatchMode::MATCH_MODE_AGGRESSIVE, "MATCH_MODE_AGGRESSIVE"); in PropertyInit()
1089 DECLARE_NAPI_PROPERTY("MatchMode", matchModeObj), in PropertyInit()

Completed in 3 milliseconds