Searched refs:SendGetFrameResEvent (Results 1 – 3 of 3) sorted by relevance
117 void SendGetFrameResEvent(const bool isGetSucc, const int32_t sizeRead);
152 SendGetFrameResEvent(false, totalReadSize); in ScanServiceAbility()160 SendGetFrameResEvent(true, totalReadSize); in ScanServiceAbility()166 SendGetFrameResEvent(false, totalReadSize); in ScanServiceAbility()1251 void ScanServiceAbility::SendGetFrameResEvent(const bool isGetSucc, const int32_t sizeRead) in SendGetFrameResEvent() function in OHOS::Scan::ScanServiceAbility
291 ScanServiceAbility::GetInstance()->SendGetFrameResEvent(isGetSucc, sizeRead); in TestSendGetFrameResEvent()