Searched refs:HandleNotifyExtensionTimeout (Results 1 – 4 of 4) sorted by relevance
73 MOCK_METHOD2(HandleNotifyExtensionTimeout, int(MessageParcel& data, MessageParcel& reply));
96 int HandleNotifyExtensionTimeout(MessageParcel& data, MessageParcel& reply);
253 res = session_->HandleNotifyExtensionTimeout(data, reply);
148 return HandleNotifyExtensionTimeout(data, reply); in ProcessRemoteRequest()805 int SessionStub::HandleNotifyExtensionTimeout(MessageParcel& data, MessageParcel& reply) in HandleNotifyExtensionTimeout() function in OHOS::Rosen::SessionStub