Home
last modified time | relevance | path

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 Ddscreen_manager_test.cpp326 * @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 Ddscreen_manager.h86 void HandleNotifySetUpResult(const std::string &remoteDevId, const std::string &eventContent);
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenmgr/dscreenmanager_fuzzer/
H A Ddscreenmanager_fuzzer.cpp132 dscreenManager->HandleNotifySetUpResult(remoteDevId, eventContent); in HandleNotifySetUpResultFuzzTest()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp397 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