Searched refs:initialize (Results 1 – 3 of 3) sorted by relevance
156 inline void initialize() in initialize() function162 inline void initialize( nnfriendsPrincipalId principalId ) in initialize() function168 inline void initialize( nnfriendsLocalFriendCode localFriendCode ) in initialize() function174 …inline void initialize( nnfriendsPrincipalId principalId, nnfriendsLocalFriendCode localFriendCode… in initialize() function181 …inline nnfriendsFriendKey( nnfriendsPrincipalId principalId ) { initialize(principalId); … in nnfriendsFriendKey()182 …inline nnfriendsFriendKey( nnfriendsLocalFriendCode localFriendCode ) { initialize(localFriendCode… in nnfriendsFriendKey()183 …sPrincipalId principalId, nnfriendsLocalFriendCode localFriendCode ) { initialize(principalId, loc… in nnfriendsFriendKey()
37 virtual void initialize(ReceiverImpl *pReceiver); // Called when this state begins47 void ReceiverStateBase::initialize(ReceiverImpl *pReceiver) in initialize() function in nn::rdt::CTR::ReceiverStateBase112 virtual void initialize(ReceiverImpl *pReceiver);359 void ReceiverStateClosed::initialize(ReceiverImpl *pReceiver) in initialize() function in nn::rdt::CTR::ReceiverStateClosed596 m_pState->initialize(this); in changeState()
42 virtual void initialize(SenderImpl *pSender); // Called when this state is started55 void SenderStateBase::initialize(SenderImpl *pSender) in initialize() function in nn::rdt::CTR::SenderStateBase157 virtual void initialize(SenderImpl *pSender);180 void SenderStateClosed::initialize(SenderImpl *pSender) in initialize() function in nn::rdt::CTR::SenderStateClosed793 m_pState->initialize(this); in changeState()