Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_nci_adapter_common.cpp46 if (NfcConfig::hasKey(NAME_LEGACY_MIFARE_READER)) { in TagNciAdapterCommon()
52 if (NfcConfig::hasKey(NAME_NXP_SUPPORT_NON_STD_CARD)) { in TagNciAdapterCommon()
H A Dtag_native_impl.cpp131 if (NfcConfig::hasKey(NAME_ISO_DEP_MAX_TRANSCEIVE)) { in GetIsoDepMaxTransceiveLength()
H A Drouting_manager.cpp853 if (NfcConfig::hasKey(NAME_OFFHOST_ROUTE_UICC)) { in RoutingManager()
858 if (NfcConfig::hasKey(NAME_OFFHOST_ROUTE_ESE)) { in RoutingManager()
H A Dtag_nci_adapter.cpp83 if (NfcConfig::hasKey(NAME_PRESENCE_CHECK_ALGORITHM)) { in TagNciAdapter()
86 if (NfcConfig::hasKey(NAME_LEGACY_MIFARE_READER)) { in TagNciAdapter()
92 if (NfcConfig::hasKey(NAME_NXP_NON_STD_CARD_TIMEDIFF)) { in TagNciAdapter()
109 if (NfcConfig::hasKey(NAME_NXP_SUPPORT_NON_STD_CARD)) { in TagNciAdapter()
H A Dtag_nci_adapter_rw.cpp77 if (NfcConfig::hasKey(NAME_PRESENCE_CHECK_ALGORITHM)) { in TagNciAdapterRw()
H A Dtag_nci_adapter_ntf.cpp80 if (NfcConfig::hasKey(NAME_NXP_NON_STD_CARD_TIMEDIFF)) { in TagNciAdapterNtf()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_utils.cpp1510 bool hasKey = false; in GetValue() local
1511 napi_has_named_property(env, in, "providerId", &hasKey); in GetValue()
1512 if (hasKey) { in GetValue()
1530 bool hasKey = false; in ProcessDeviceInfoParams() local
1532 napi_has_named_property(env, in, "supportedProtocols", &hasKey); in ProcessDeviceInfoParams()
1533 if (hasKey) { in ProcessDeviceInfoParams()
1541 napi_has_named_property(env, in, "authenticationStatus", &hasKey); in ProcessDeviceInfoParams()
1542 if (hasKey) { in ProcessDeviceInfoParams()
1550 napi_has_named_property(env, in, "supportedDrmCapabilities", &hasKey); in ProcessDeviceInfoParams()
1551 if (hasKey) { in ProcessDeviceInfoParams()
[all...]
/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributebundlemgr/
H A Ddistributed_bundle_mgr.cpp196 bool hasKey = false; in ParseModuleName() local
197 napi_has_named_property(env, args, "moduleName", &hasKey); in ParseModuleName()
198 if (hasKey) { in ParseModuleName()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_channel_napi.cpp250 bool hasKey = false; in GetNamedProperty() local
251 napi_status status = napi_has_named_property(env, obj, key.c_str(), &hasKey); in GetNamedProperty()
256 if (!hasKey) { in GetNamedProperty()
/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp482 bool hasKey = false; in HWTEST_F() local
494 ASSERT_CHECK_CALL(napi_map_has_property(env, result, key, &hasKey)); in HWTEST_F()
495 ASSERT_TRUE(hasKey); in HWTEST_F()
502 ASSERT_CHECK_CALL(napi_map_has_property(env, result, key, &hasKey)); in HWTEST_F()
503 ASSERT_FALSE(hasKey); in HWTEST_F()
523 bool hasKey = false; in HWTEST_F() local
534 ASSERT_CHECK_CALL(napi_map_has_named_property(env, result, key, &hasKey)); in HWTEST_F()
535 ASSERT_TRUE(hasKey); in HWTEST_F()
542 ASSERT_CHECK_CALL(napi_map_has_named_property(env, result, key, &hasKey)); in HWTEST_F()
543 ASSERT_FALSE(hasKey); in HWTEST_F()
[all...]
H A Dtest_napi.cpp1361 bool hasKey = false; in HWTEST_F() local
1373 ASSERT_CHECK_CALL(napi_map_has_property(env, result, key, &hasKey)); in HWTEST_F()
1374 ASSERT_TRUE(hasKey); in HWTEST_F()
1381 ASSERT_CHECK_CALL(napi_map_has_property(env, result, key, &hasKey)); in HWTEST_F()
1382 ASSERT_FALSE(hasKey); in HWTEST_F()
1402 bool hasKey = false; in HWTEST_F() local
1413 ASSERT_CHECK_CALL(napi_map_has_named_property(env, result, key, &hasKey)); in HWTEST_F()
1414 ASSERT_TRUE(hasKey); in HWTEST_F()
1421 ASSERT_CHECK_CALL(napi_map_has_named_property(env, result, key, &hasKey)); in HWTEST_F()
1422 ASSERT_FALSE(hasKey); in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp1408 bool hasKey = false; in ParseWant() local
1409 napi_has_named_property(env, elementProp, "moduleName", &hasKey); in ParseWant()
1410 if (hasKey) { in ParseWant()
1853 bool hasKey = false; in ParseHashParam() local
1854 napi_has_named_property(env, args, "moduleName", &hasKey); in ParseHashParam()
1855 if (!hasKey) { in ParseHashParam()
1872 hasKey = false; in ParseHashParam()
1873 napi_has_named_property(env, args, "hashValue", &hasKey); in ParseHashParam()
1874 if (!hasKey) { in ParseHashParam()
1894 bool hasKey in ParseHashParams() local
1936 bool hasKey = false; ParseUserId() local
1960 bool hasKey = false; ParseInstallFlag() local
1985 bool hasKey = false; ParseIsKeepData() local
2008 bool hasKey = false; ParseCrowdtestDeadline() local
2675 bool hasKey = false; ParseModuleName() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp43 bool hasKey = false; member
321 context->hasKey = instance->HasKey(context->key); in HasKey()
325 napi_status status = napi_get_boolean(env, context->hasKey, &result); in HasKey()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp40 bool hasKey; member
44 StorageAysncContext() : hasKey(false) in StorageAysncContext()
552 context->hasKey = obj->value_->HasKey(context->key); in HasKey()
557 napi_status status = napi_get_boolean(context->env_, context->hasKey, &result); in HasKey()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp58 bool hasKey = false; in ParsePropertyArray() local
59 napi_has_named_property(env, args, propertyName.c_str(), &hasKey); in ParsePropertyArray()
60 if (!hasKey) { in ParsePropertyArray()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp42 bool hasKey = false; member
333 context->hasKey = instance->HasKey(context->key); in HasKey()
337 napi_status status = napi_get_boolean(env, context->hasKey, &result); in HasKey()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp253 bool hasKey = false; in ParsePropertyArray() local
254 napi_has_named_property(env, args, propertyName.c_str(), &hasKey); in ParsePropertyArray()
255 if (!hasKey) { in ParsePropertyArray()
289 bool hasKey = false; in ParseStringPropertyFromObject() local
290 napi_has_named_property(env, args, propertyName.c_str(), &hasKey); in ParseStringPropertyFromObject()
291 if (!hasKey) { in ParseStringPropertyFromObject()
325 bool hasKey = false; in ParsePropertyFromObject() local
326 napi_has_named_property(env, args, propertyInfo.propertyName.c_str(), &hasKey); in ParsePropertyFromObject()
327 if (!hasKey) { in ParsePropertyFromObject()
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2119 if (RESOURCE_CACHE_MAP.hasKey(b1)) {

Completed in 62 milliseconds