Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp30 int DBinderTestService::destructTimes_ = 0; member in OHOS::DBinderTestService
50 destructTimes_++; in ~DBinderTestService()
200 return destructTimes_; in GetRemoteDecTimes()
208 destructTimes_ = 0; in ClearRemoteDecTimes()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service.h50 static int destructTimes_; variable