Home
last modified time | relevance | path

Searched defs:NETWORK (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dallow_type.h26 NETWORK = 1, enumerator
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Devent_publisher.cpp32 static const std::string NETWORK = "network"; variable
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_condition.h28 NETWORK = 0, enumerator
/ohos5.0/base/request/request/services/src/manage/events/
H A Dmod.rs242 static NETWORK: Lazy<Network> = Lazy::new(|| Network::new()); variable
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_log.h92 static constexpr OHOS::HiviewDFX::HiLogLabel NETWORK = {LOG_CORE, LOCATION_LOG_DOMAIN, "NetworkAbil… variable
/ohos5.0/base/request/request/services/src/task/
H A Ddownload.rs296 static NETWORK: Lazy<Network> = Lazy::new(|| Network::new()); in build_task() variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h420 NETWORK, enumerator
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp193 enum class TestMenu : int32_t { NONE = -1, EXIT, MODEM, CALL, NETWORK, SIM, DATA, SMS, STRESS }; enumerator
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp70 #define NETWORK 1 macro