Searched refs:localDeviceName (Results 1 - 13 of 13) sorted by relevance
/foundation/distributedhardware/device_manager/services/service/src/devicenamemgr/ |
H A D | local_device_name_mgr.cpp | 187 std::string localDeviceName = ""; in QueryLocalDeviceName() local 188 int32_t ret = GetUserDefinedDeviceName(dataShareHelper, localDeviceName); in QueryLocalDeviceName() 189 if (ret == DM_OK && !localDeviceName.empty()) { in QueryLocalDeviceName() 191 localDeviceName_ = localDeviceName; in QueryLocalDeviceName() 193 LOGI("get user defined deviceName=%{public}s", localDeviceName.c_str()); in QueryLocalDeviceName() 196 ret = GetDefaultDeviceName(dataShareHelper, localDeviceName); in QueryLocalDeviceName() 197 LOGI("get default deviceName=%{public}s", localDeviceName.c_str()); in QueryLocalDeviceName()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_device_local.h | 39 void ConfigureLocalDeviceName(const char *localDeviceName);
|
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | conn_event_form.h | 171 const char *localDeviceName; // LOCAL_DEV_NAME member
|
H A D | disc_event_form.h | 170 const char *localDeviceName; // LOCAL_DEV_NAME member
|
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | conn_audit_converter.h | 52 CONN_AUDIT_ASSIGNER(String, LocalDeviceName, localDeviceName)
|
H A D | disc_audit_converter.h | 54 DISC_AUDIT_ASSIGNER(String, LocalDeviceName, localDeviceName)
|
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/src/ |
H A D | conn_event_test.cpp | 218 .localDeviceName = "test_connection",
|
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | conn_hisysevent_matcher.h | 166 MatchConnAuditNameTypeExtraStrParam(params, ++index, extra.localDeviceName); in MATCHER_P2()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device_local.c | 471 void ConfigureLocalDeviceName(const char *localDeviceName) in ConfigureLocalDeviceName() argument 480 localDeviceName, NSTACKX_MAX_DEVICE_NAME_LEN - 1) != EOK) { in ConfigureLocalDeviceName()
|
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | dm_auth_manager.h | 94 std::string localDeviceName; member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_sync.cpp | 415 const auto localDeviceName = GetLocalDeviceName(); in SaveData() local 416 const std::string localHashName = DBCommon::TransferHashString(localDeviceName); in SaveData() 419 int errCode = storage_->InterceptData(copyData, GetDeviceId(), localDeviceName, false); in SaveData()
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | auth_message_processor.cpp | 52 jsonObj[TAG_REQUESTER] = authRequestContext_->localDeviceName; in GetJsonObj()
|
H A D | dm_auth_manager.cpp | 197 authRequestContext_->localDeviceName = softbusConnector_->GetLocalDeviceName(); in GetAuthParam()
|
Completed in 19 milliseconds