Home
last modified time | relevance | path

Searched refs:sa (Results 1 - 8 of 8) sorted by relevance

/developtools/integration_verification/tools/deps_guard/elf_file_mgr/sa/
H A Dsa.py56 for sa in profile["systemability"]:
57 libpath = sa["libpath"]
59 sa["process"] = process
60 all_sa[sa_key] = sa
H A D__init__.py19 from .sa import SAParser
/developtools/profiler/hidebug/interfaces/cj/
H A Dhidebug_ffi.cpp269 sptr<IRemoteObject> sa = sam->CheckSystemAbility(serviceId); in FfiHidebugGetServiceDump() local
270 if (sa == nullptr) { in FfiHidebugGetServiceDump()
278 int dumpResult = sa->Dump(fd, cargs); in FfiHidebugGetServiceDump()
/developtools/hdc/src/host/
H A Dclient.cpp244 SECURITY_ATTRIBUTES sa; in RunCommandWin32() local
245 sa.nLength = sizeof(SECURITY_ATTRIBUTES); in RunCommandWin32()
246 sa.lpSecurityDescriptor = NULL; in RunCommandWin32()
247 sa.bInheritHandle = true; in RunCommandWin32()
249 if (!CreatePipe(&hParentRead, &hSubWrite, &sa, 0) || in RunCommandWin32()
250 !CreatePipe(&hSubRead, &hParentWrite, &sa, 0) || in RunCommandWin32()
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
H A Delf_file_mgr.py27 from .sa import SAParser
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H A Dram_analyzer.py438 for sa in j_content.get("systemability"):
439 libpath: str = sa.get("libpath")
613 help="path of sa json file. eg: -x ~/openharmony/out/rk3568/packages/phone/system/profile")
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp548 sptr<IRemoteObject> sa = sam->CheckSystemAbility(serviceAbilityId); in GetServiceDump() local
549 if (sa == nullptr) { in GetServiceDump()
555 int dumpResult = sa->Dump(fd, args); in GetServiceDump()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h2208 struct sigaction sa; member
54371 struct sockaddr sa; global() member
157438 } sa; global() member
[all...]

Completed in 487 milliseconds