Home
last modified time | relevance | path

Searched refs:get_data (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp399 license_ = section->get_data(); in SetLicenseAndVersion()
405 kernVersion_ = std::stoi(section->get_data()); in SetLicenseAndVersion()
464 auto defs = reinterpret_cast<const bpf_map_def *>(mapsSection->get_data()); in LoadElfMapsSection()
783 auto insn = reinterpret_cast<bpf_insn *>(const_cast<char *>(progSec->get_data()));
827 return LoadProg(section->get_name(), reinterpret_cast<const bpf_insn *>(section->get_data()),
/foundation/arkui/napi/test/unittest/
H A Dtest_napi_ext.cpp678 AddonData* get_data = nullptr; in HWTEST_F() local
679 ASSERT_CHECK_CALL(napi_get_instance_data(env, (void**)&get_data)); in HWTEST_F()
680 ++get_data->value; in HWTEST_F()
682 ASSERT_EQ(get_data->value, expectValue); in HWTEST_F()

Completed in 3 milliseconds