Home
last modified time | relevance | path

Searched refs:observerNotNull (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessservicestub_fuzzer/
H A Dfileaccessservicestub_fuzzer.cpp94 bool observerNotNull = TypeCast<bool>(data, &pos); in CmdUnregisterNotifyFuzzTest() local
100 msg.WriteBool(observerNotNull); in CmdUnregisterNotifyFuzzTest()
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service_proxy.cpp264 bool observerNotNull = true; in UnregisterNotify() local
266 if (!data.WriteBool(observerNotNull)) { in UnregisterNotify()
267 HILOG_ERROR("fail to WriteBool observerNotNull"); in UnregisterNotify()
275 observerNotNull = false; in UnregisterNotify()
276 if (!data.WriteBool(observerNotNull)) { in UnregisterNotify()
277 HILOG_ERROR("fail to WriteBool observerNotNull"); in UnregisterNotify()
H A Dfile_access_service_stub.cpp146 bool observerNotNull = data.ReadBool(); in CmdUnregisterNotify() local
148 if (observerNotNull) { in CmdUnregisterNotify()

Completed in 2 milliseconds