Searched refs:GetDevId (Results 1 - 8 of 8) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/ |
H A D | dscreen_manager.cpp | 148 int32_t ret = dScreen->InitSenderEngine(providerPtr_, dScreen->GetDevId()); in StartDScreenMirror() 155 GetAnonyString(dScreen->GetDevId()).c_str()); in StartDScreenMirror() 182 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnRegResult() 195 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnUnregResult() 204 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnRegResult() 210 dScreenSourceCallbackProxy_->OnNotifyRegResult(dScreen->GetDevId(), dScreen->GetDHId(), reqId, status, data); in OnRegResult() 217 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnUnregResult() 223 dScreenSourceCallbackProxy_->OnNotifyUnregResult(dScreen->GetDevId(), dScreen->GetDHId(), reqId, status, data); in OnUnregResult() 348 std::string devId = dScreen->GetDevId(); in GetScreenDumpInfo() 380 messageJosn[SINK_DEV_ID] = dScreen->GetDevId(); in PublishMessage() [all...] |
H A D | dscreen.cpp | 687 std::string DScreen::GetDevId() const in GetDevId() function in OHOS::DistributedHardware::V2_0::DScreen
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager.cpp | 193 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnRegResult() 206 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnUnregResult() 215 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnRegResult() 221 dScreenSourceCallbackProxy_->OnNotifyRegResult(dScreen->GetDevId(), dScreen->GetDHId(), reqId, status, data); in OnRegResult() 228 GetAnonyString(dScreen->GetDevId()).c_str(), GetAnonyString(dScreen->GetDHId()).c_str(), in OnUnregResult() 234 dScreenSourceCallbackProxy_->OnNotifyUnregResult(dScreen->GetDevId(), dScreen->GetDHId(), reqId, status, data); in OnUnregResult() 370 std::string devId = dScreen->GetDevId(); in GetScreenDumpInfo() 460 messageJosn[SINK_DEV_ID] = dScreen->GetDevId(); in PublishMessage() 471 messageJosn[SINK_DEV_ID] = dScreen->GetDevId(); in PublishMessage() 482 std::string devId = dScreen->GetDevId(); in NotifyRemoteSinkSetUp() [all...] |
H A D | dscreen.cpp | 125 std::string DScreen::GetDevId() const in GetDevId() function in OHOS::DistributedHardware::V1_0::DScreen
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/ |
H A D | dscreen.h | 101 std::string GetDevId() const;
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/ |
H A D | dscreen.h | 92 std::string GetDevId() const;
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_test.cpp | 105 dScreen_->GetDevId(); in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/ |
H A D | dscreen_test.cpp | 74 dScreen_->GetDevId(); in HWTEST_F()
|
Completed in 8 milliseconds