Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_databus_invoker.h108 bool stopWorkThread_; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp35 : stopWorkThread_(false), callerPid_(getpid()), callerUid_(getuid()), callerDeviceID_(""), in DBinderDatabusInvoker()
442 } while (!stopWorkThread_); in JoinProcessThread()
447 stopWorkThread_ = true; in StopWorkThread()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp105 EXPECT_TRUE(testInvoker.stopWorkThread_);
1344 ASSERT_TRUE(testInvoker.stopWorkThread_ == true);