/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | tag_nci_adapter_common.cpp | 46 if (NfcConfig::hasKey(NAME_LEGACY_MIFARE_READER)) {
in TagNciAdapterCommon() 52 if (NfcConfig::hasKey(NAME_NXP_SUPPORT_NON_STD_CARD)) {
in TagNciAdapterCommon()
|
H A D | tag_native_impl.cpp | 131 if (NfcConfig::hasKey(NAME_ISO_DEP_MAX_TRANSCEIVE)) { in GetIsoDepMaxTransceiveLength()
|
H A D | routing_manager.cpp | 853 if (NfcConfig::hasKey(NAME_OFFHOST_ROUTE_UICC)) { in RoutingManager() 858 if (NfcConfig::hasKey(NAME_OFFHOST_ROUTE_ESE)) { in RoutingManager()
|
H A D | tag_nci_adapter.cpp | 83 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 D | tag_nci_adapter_rw.cpp | 77 if (NfcConfig::hasKey(NAME_PRESENCE_CHECK_ALGORITHM)) {
in TagNciAdapterRw()
|
H A D | tag_nci_adapter_ntf.cpp | 80 if (NfcConfig::hasKey(NAME_NXP_NON_STD_CARD_TIMEDIFF)) {
in TagNciAdapterNtf()
|
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_utils.cpp | 1510 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 D | distributed_bundle_mgr.cpp | 196 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 D | unified_data_channel_napi.cpp | 250 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 D | test_sendable_napi.cpp | 482 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 D | test_napi.cpp | 1361 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 D | bundle_mgr.cpp | 1408 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 D | napi_preferences.cpp | 43 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 D | napi_storage.cpp | 40 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 D | common_func.cpp | 58 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 D | napi_preferences.cpp | 42 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 D | common_func.cpp | 253 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 D | subheader.js | 2119 if (RESOURCE_CACHE_MAP.hasKey(b1)) {
|