Home
last modified time | relevance | path

Searched refs:MultimodeUnfocusedSendEventRes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H A Ddistributed_radar_test.cpp317 bool ret = DmsRadar::GetInstance().MultimodeUnfocusedSendEventRes(FUNC, ERR_OK);
330 bool ret = DmsRadar::GetInstance().MultimodeUnfocusedSendEventRes(FUNC, ERR_NO);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddistributed_radar.h163 bool MultimodeUnfocusedSendEventRes(const std::string& func, int32_t errCode);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddistributed_radar.cpp427 bool DmsRadar::MultimodeUnfocusedSendEventRes(const std::string& func, int32_t errCode) in MultimodeUnfocusedSendEventRes() function in OHOS::DistributedSchedule::DmsRadar