Home
last modified time | relevance | path

Searched refs:Pack (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_data_helper.h29 static bool Pack(UnifiedData &data);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_mock.cpp294 char *data = AuthNetLedgertInterfaceMock::Pack(SEQ_SERVER, &info, devIdHead); in HWTEST_F()
303 char *data2 = AuthNetLedgertInterfaceMock::Pack(SEQ_SERVER, &info, devAuthHead); in HWTEST_F()
320 char *data4 = AuthNetLedgertInterfaceMock::Pack(SEQ_SERVER, &info, closeAckHead); in HWTEST_F()
H A Dauth_net_ledger_mock.h109 static char *Pack(int64_t authSeq, const AuthSessionInfo *info, AuthDataHead &head);
H A Dauth_net_ledger_mock.cpp206 char *AuthNetLedgertInterfaceMock::Pack(int64_t authSeq, const AuthSessionInfo *info, AuthDataHead &head) in Pack() function in OHOS::AuthNetLedgertInterfaceMock
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_frame.h51 ssize_t Pack(uint8_t* bufStream, const Frame& frame, int joint);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/
H A Dudmf_service_client.cpp117 if (!UnifiedDataHelper::Pack(unifiedData)) { in SetData()
187 if (!UnifiedDataHelper::Pack(unifiedData)) { in UpdateData()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data_helper.cpp115 bool UnifiedDataHelper::Pack(UnifiedData &data) in Pack() function in OHOS::UDMF::UnifiedDataHelper
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp239 auto offset = mindspore::schema::MetaGraph::Pack(m_builder, graph.get()); in Compile()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp199 auto offset = mindspore::schema::MetaGraph::Pack(m_builder, graph.get()); in Compile()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp176 frameLen = frame_.Pack(out, frame_, j); in SBCEncode()
180 frameLen = frame_.Pack(out, frame_, VALUE_0); in SBCEncode()
H A Dsbc_frame.cpp623 ssize_t Frame::Pack(uint8_t* bufStream, const Frame& frame, int joint) in Pack() function in sbc::Frame

Completed in 7 milliseconds