Searched defs:serviceFlow (Results 1 – 4 of 4) sorted by relevance
58 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance( in testCreateAppRequestFlowInstance() local69 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance( in testCreateRenderFlowInstance() local79 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance( in testCreateAppRequestFlowInstance_IllegalInputClass() local86 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance( in testCreateAppRequestFlowInstance_WrongArgumentLength() local92 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance( in testCreateWebTriggerFlowInstance() local
41 val serviceFlow = MutableSharedFlow<BluetoothGattService>() constant
38 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance(serviceFlowType, args); in schedule() local
53 public ServiceFlowTask(ServiceFlowType serviceFlowType, ServiceFlow serviceFlow) { in ServiceFlowTask()