Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp117 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), INVALID_NAME, "Invalid remote device"); in GetDeviceName() local
118 CHECK_AND_RETURN_LOG_RET(IS_BT_ENABLED(), INVALID_NAME, "bluetooth is off."); in GetDeviceName() local
120 CHECK_AND_RETURN_LOG_RET(hostProxy != nullptr, INVALID_NAME, "proxy is nullptr."); in GetDeviceName()
121 std::string name = INVALID_NAME; in GetDeviceName()
138 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), INVALID_NAME, "Invalid remote device"); in GetDeviceAlias() local
140 CHECK_AND_RETURN_LOG_RET(hostProxy != nullptr, INVALID_NAME, "proxy is nullptr."); in GetDeviceAlias()
148 IsValidBluetoothRemoteDevice() && aliasName != INVALID_NAME, BT_ERR_INVALID_PARAM, "Invalid remote device"); in SetDeviceAlias() local
H A Dbluetooth_host.cpp942 std::string name = INVALID_NAME; in GetLocalName()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h400 std::string deviceName_ {INVALID_NAME};
401 std::string aliasName_ {INVALID_NAME};
H A Dclassic_remote_device.cpp87 if (aliasName_ == INVALID_NAME) { in GetAliasName()
H A Dclassic_adapter.cpp2295 std::string alias = INVALID_NAME; in GetAliasName()
/foundation/ability/ability_runtime/test/unittest/mission_list_test/
H A Dmission_list_test_call.cpp30 const std::string INVALID_NAME = "invalid.testMainAbility"; member
152 AppExecFwk::ElementName localElement(DEVICE_ID, BUNDLE_NAME, INVALID_NAME); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp32 using Bluetooth::INVALID_NAME;
54 std::string name = INVALID_NAME; in GetRemoteDeviceName()
102 std::string localName = INVALID_NAME; in GetLocalName()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp219 std::string name = INVALID_NAME; in GetRemoteDeviceName()
264 std::string localName = INVALID_NAME; in GetLocalName()
350 std::string localName = INVALID_NAME; in SetLocalName()
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp512 EXPECT_EQ(device_.GetDeviceAlias(), INVALID_NAME); in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h167 constexpr const char *INVALID_NAME = ""; member
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1356 return INVALID_NAME; in GetDeviceAlias()
1365 return INVALID_NAME; in GetDeviceAlias()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h167 constexpr const char *INVALID_NAME = ""; member
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/
H A Ddbms_services_kit_test.cpp65 const std::string INVALID_NAME = "invalid"; member

Completed in 25 milliseconds