Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dextension_session_test.cpp248 MockFunction<void()> mockNotifyAsyncOnFunc; variable
249 extSessionEventCallback_->notifyAsyncOnFunc_ = mockNotifyAsyncOnFunc.AsStdFunction();
251 EXPECT_CALL(mockNotifyAsyncOnFunc, Call()).Times(1);
256 EXPECT_CALL(mockNotifyAsyncOnFunc, Call()).Times(0);
261 EXPECT_CALL(mockNotifyAsyncOnFunc, Call()).Times(0);