Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 3 of 3) sorted by relevance

/test/xts/device_attest/interfaces/innerkits/native_cpp/include/
Ddevattest_service_proxy.h27 explicit DevAttestServiceProxy(const sptr<IRemoteObject> &impl) in DevAttestServiceProxy()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/utils/
Dsamgr_maintenance.c34 ServiceImpl *impl = VECTOR_At(&(samgr->services), i); in SAMGR_PrintServices() local
/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.cpp133 …ApiCallerProxy::ApiCallerProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IApiCaller>(impl) {} in ApiCallerProxy()