Home
last modified time | relevance | path

Searched defs:IsLocalCalling (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_skeleton.cpp175 bool IPCSkeleton::IsLocalCalling() in IsLocalCalling() function in OHOS::IPCSkeleton
/foundation/communication/ipc/ipc/native/src/c_wrapper/source/
Dc_process.cpp83 bool IsLocalCalling(void) in IsLocalCalling() function
/foundation/communication/ipc/ipc/native/src/mock/source/
Ddbinder_databus_invoker.cpp728 bool DBinderDatabusInvoker::IsLocalCalling() in IsLocalCalling() function in OHOS::DBinderDatabusInvoker
Dbinder_invoker.cpp940 bool BinderInvoker::IsLocalCalling() in IsLocalCalling() function in OHOS::IPC_SINGLE::BinderInvoker
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
Ddistributed_sched_stub.cpp173 bool IsLocalCalling = IPCSkeleton::IsLocalCalling(); in OnRemoteRequest() local
/foundation/communication/ipc/interfaces/innerkits/rust/src/
Dipc_binding.rs301 pub fn IsLocalCalling() -> bool; in IsLocalCalling() function