Home
last modified time | relevance | path

Searched refs:AddTlvFunction (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.h52 using AddTlvFunction = std::function<int(uint8_t *buffer, uint32_t bufferLen, uint32_t &realLen, ui… variable
117 const std::vector<AddTlvFunction> &addTlvFuncs);
H A Dapp_spawn_test_helper.cpp617 const std::vector<AddTlvFunction> &addTlvFuncs) in CreateSendMsg()