Home
last modified time | relevance | path

Searched refs:ELF_LOAD_ERR_NONE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp263 return ELF_LOAD_ERR_NONE; in Unload()
294 return ELF_LOAD_ERR_NONE; in Load()
842 return ELF_LOAD_ERR_NONE; in __anon7cf7cb7f0c02()
849 return ELF_LOAD_ERR_NONE; in __anon7cf7cb7f0d02()
856 return ELF_LOAD_ERR_NONE; in __anon7cf7cb7f0e02()
863 return ELF_LOAD_ERR_NONE; in __anon7cf7cb7f0f02()
870 return ELF_LOAD_ERR_NONE; in __anon7cf7cb7f1002()
877 return ELF_LOAD_ERR_NONE; in __anon7cf7cb7f1102()
884 return ELF_LOAD_ERR_NONE; in __anon7cf7cb7f1202()
891 return ELF_LOAD_ERR_NONE; in __anon7cf7cb7f1302()
[all …]
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_loader.h23 ELF_LOAD_ERR_NONE = 0, enumerator
/ohos5.0/foundation/communication/netmanager_base/bpf/bpf_loader/
H A Dbpf_loader.h62 ELF_LOAD_ERR_NONE = 0, enumerator
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_netfirewall_test/
H A Dnetsys_netfirewall_test.cpp86 if (ret == ElfLoadError::ELF_LOAD_ERR_NONE) { in SetUpTestCase()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp87 if (ret == ElfLoadError::ELF_LOAD_ERR_NONE) { in OnStop()
147 if (ret == ElfLoadError::ELF_LOAD_ERR_NONE) { in Init()