Searched refs:INVALID_NAME (Results 1 - 13 of 13) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 117 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 D | bluetooth_host.cpp | 942 std::string name = INVALID_NAME; in GetLocalName()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_remote_device.h | 400 std::string deviceName_ {INVALID_NAME}; 401 std::string aliasName_ {INVALID_NAME};
|
H A D | classic_remote_device.cpp | 87 if (aliasName_ == INVALID_NAME) { in GetAliasName()
|
H A D | classic_adapter.cpp | 2295 std::string alias = INVALID_NAME; in GetAliasName()
|
/foundation/ability/ability_runtime/test/unittest/mission_list_test/ |
H A D | mission_list_test_call.cpp | 30 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 D | bluetooth_connection_impl.cpp | 32 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 D | napi_bluetooth_connection.cpp | 219 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 D | host_test.cpp | 512 EXPECT_EQ(device_.GetDeviceAlias(), INVALID_NAME); in HWTEST_F()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 167 constexpr const char *INVALID_NAME = ""; member
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1356 return INVALID_NAME; in GetDeviceAlias() 1365 return INVALID_NAME; in GetDeviceAlias()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_def.h | 167 constexpr const char *INVALID_NAME = ""; member
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/ |
H A D | dbms_services_kit_test.cpp | 65 const std::string INVALID_NAME = "invalid"; member
|
Completed in 25 milliseconds