Home
last modified time | relevance | path

Searched refs:dataFlowInfo (Results 1 - 3 of 3) sorted by relevance

/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp799 std::unique_ptr<CellularDataFlowContext> dataFlowInfo(static_cast<CellularDataFlowContext *>(work->data)); in WorkCellularDataFlowUpdated()
800 napi_value callbackValue = GetNapiValue(dataFlowInfo->env, dataFlowInfo->flowType_); in WorkCellularDataFlowUpdated()
801 NapiReturnToJS(dataFlowInfo->env, dataFlowInfo->callbackRef, callbackValue, lock); in WorkCellularDataFlowUpdated()
/base/telephony/state_registry/frameworks/cj/src/
H A Dobserver_event_handler.cpp560 std::unique_ptr<CellularDataFlowUpdate> dataFlowInfo(static_cast<CellularDataFlowUpdate *>(work->data)); in WorkCellularDataFlowUpdated()
562 void* argv = &(dataFlowInfo->flowType_); in WorkCellularDataFlowUpdated()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_service.cpp574 int32_t dataFlowInfo = cellularDataController->GetCellularDataFlowType(); in GetFlowDataInfoDump() local
575 oss << "data flow info: " << dataFlowInfo; in GetFlowDataInfoDump() local

Completed in 4 milliseconds