Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/
H A Dskeleton.rs141 pub fn get_context_object() -> Option<RemoteObj> { in get_context_object() method
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dskeleton.rs48 let context = Skeleton::get_context_object().unwrap(); in context()