Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/service/src/devicenamemgr/
H A Dlocal_device_name_mgr.cpp187 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 Dnstackx_device_local.h39 void ConfigureLocalDeviceName(const char *localDeviceName);
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dconn_event_form.h171 const char *localDeviceName; // LOCAL_DEV_NAME member
H A Ddisc_event_form.h170 const char *localDeviceName; // LOCAL_DEV_NAME member
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dconn_audit_converter.h52 CONN_AUDIT_ASSIGNER(String, LocalDeviceName, localDeviceName)
H A Ddisc_audit_converter.h54 DISC_AUDIT_ASSIGNER(String, LocalDeviceName, localDeviceName)
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/src/
H A Dconn_event_test.cpp218 .localDeviceName = "test_connection",
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dconn_hisysevent_matcher.h166 MatchConnAuditNameTypeExtraStrParam(params, ++index, extra.localDeviceName); in MATCHER_P2()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c471 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 Ddm_auth_manager.h94 std::string localDeviceName; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp415 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 Dauth_message_processor.cpp52 jsonObj[TAG_REQUESTER] = authRequestContext_->localDeviceName; in GetJsonObj()
H A Ddm_auth_manager.cpp197 authRequestContext_->localDeviceName = softbusConnector_->GetLocalDeviceName(); in GetAuthParam()

Completed in 17 milliseconds