Searched refs:proxy (Results 1 - 4 of 4) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/ |
H A D | native_memory_profiler_sa_client_manager.cpp | 37 NativeMemoryProfilerSaProxy proxy(service); in Start() 38 return proxy.Start(config); in Start() 69 NativeMemoryProfilerSaProxy proxy(service); in Stop() 70 return proxy.Stop(pid); in Stop() 81 NativeMemoryProfilerSaProxy proxy(service); in Stop() 82 return proxy.Stop(name); in Stop() 96 NativeMemoryProfilerSaProxy proxy(service); in DumpData() 97 return proxy.DumpData(fd, config); in DumpData() 136 NativeMemoryProfilerSaProxy proxy(service); in GetMallocStats() 137 return proxy in GetMallocStats() [all...] |
/developtools/hiperf/src/ |
H A D | utilities.cpp | 706 sptr<BundleMgrProxy> proxy = iface_cast<BundleMgrProxy>(remoteObject); in IsDebugableApp() local 707 CHECK_TRUE(proxy == nullptr, false, LOG_TYPE_PRINTF, "iface_cast failed!\n"); in IsDebugableApp() 709 bool ret = proxy->GetApplicationInfo(bundleName, AppExecFwk::GET_APPLICATION_INFO_WITH_DISABLE, in IsDebugableApp() 880 sptr<BundleMgrProxy> proxy = iface_cast<BundleMgrProxy>(remoteObject); 881 CHECK_TRUE(proxy == nullptr, false, LOG_TYPE_PRINTF, "iface_cast failed!\n"); 884 bool ret = proxy->GetApplicationInfo(bundleName, AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO,
|
/developtools/profiler/device/base/src/ |
H A D | common.cpp | 501 sptr<BundleMgrProxy> proxy = iface_cast<BundleMgrProxy>(remoteObject); in CheckApplicationPermission() local 503 bool ret = proxy->GetApplicationInfo(bundleName, AppExecFwk::GET_APPLICATION_INFO_WITH_DISABLE, in CheckApplicationPermission() 533 sptr<BundleMgrProxy> proxy = iface_cast<BundleMgrProxy>(remoteObject); in CheckApplicationEncryped() local 535 bool ret = proxy->GetApplicationInfo(bundleName, AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, in CheckApplicationEncryped()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 58241 struct aa_proxy *proxy; global() member 110221 struct k3_ringacc_proxy_target_regs *proxy; global() member [all...] |
Completed in 411 milliseconds