Searched refs:HandleNotifySetUpResult (Results 1 - 4 of 4) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager_test.cpp | 326 * @tc.desc: Verify the HandleNotifySetUpResult function failed. 332 DScreenManager::GetInstance().HandleNotifySetUpResult("remoteDevId", "eventContent"); in HWTEST_F() 335 DScreenManager::GetInstance().HandleNotifySetUpResult("remoteDevId", eventContent); in HWTEST_F() 338 DScreenManager::GetInstance().HandleNotifySetUpResult("remoteDevId", eventContent); in HWTEST_F() 341 DScreenManager::GetInstance().HandleNotifySetUpResult("remoteDevId", eventContent); in HWTEST_F() 344 DScreenManager::GetInstance().HandleNotifySetUpResult("remoteDevId", eventContent); in HWTEST_F() 347 DScreenManager::GetInstance().HandleNotifySetUpResult("devId000", eventContent); in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/ |
H A D | dscreen_manager.h | 86 void HandleNotifySetUpResult(const std::string &remoteDevId, const std::string &eventContent);
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenmgr/dscreenmanager_fuzzer/ |
H A D | dscreenmanager_fuzzer.cpp | 132 dscreenManager->HandleNotifySetUpResult(remoteDevId, eventContent); in HandleNotifySetUpResultFuzzTest()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager.cpp | 397 HandleNotifySetUpResult(devId, eventContent); in HandleDScreenNotify() 519 void DScreenManager::HandleNotifySetUpResult(const std::string &remoteDevId, const std::string &eventContent) in HandleNotifySetUpResult() function in OHOS::DistributedHardware::V1_0::DScreenManager 521 DHLOGI("HandleNotifySetUpResult, remoteDevId:%{public}s", GetAnonyString(remoteDevId).c_str()); in HandleNotifySetUpResult() 524 DHLOGE("HandleNotifySetUpResult, eventContent is invalid"); in HandleNotifySetUpResult() 529 DHLOGE("HandleNotifySetUpResult, eventContent is invalid"); in HandleNotifySetUpResult()
|
Completed in 3 milliseconds