Home
last modified time | relevance | path

Searched refs:func_map (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dfunc_manager.h40 func_map[type] = func; in insert()
45 if (func_map.find(type) == func_map.end()) { in getFunc()
48 return func_map[type]; in getFunc()
54 func_map[ffrt_io_task] = nullptr; in FuncManager()
55 func_map[ffrt_uv_task] = nullptr; in FuncManager()
57 std::unordered_map<ffrt_executor_task_type_t, ffrt_executor_task_func> func_map; variable
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dcollect_elf_syscall.py225 def add_caller(callee, func_map): argument
227 for item in func_map:
233 def update_libc_func_caller(caller_list, func_map): argument
242 add_current_caller_list |= add_caller(callee, func_map)
250 def generate_libc_func_map(libc_dict, func_map): argument
252 update_libc_func_caller(libc_dict.get(key), func_map)
258 func_map = parse_text_asm_file(elf_asm_path)
260 generate_libc_func_map(libc_dict, func_map)
H A Dlibc_static_analysis.py255 func_map = []
257 func_map = parse_file(arch, libc_path)
258 return func_map