Home
last modified time | relevance | path

Searched refs:napiNetworkType (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp474 napi_value napiNetworkType = nullptr; in GetConditionInfo() local
475 napi_create_int32(env, static_cast<int32_t>(workInfo->GetNetworkType()), &napiNetworkType); in GetConditionInfo()
476 napi_set_named_property(env, napiWork, "networkType", napiNetworkType); in GetConditionInfo()