Home
last modified time | relevance | path

Searched refs:out_ (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/common/include/
H A Dcgroup_sched_common.h36 out_ = nullptr; in ChronoScope()
40 ChronoScope(const std::string outmsg, double* out) : outmsg_(outmsg), out_(out) in ChronoScope()
50 if (out_) { in ~ChronoScope()
51 *out_ = time_span.count(); in ~ChronoScope()
62 double* out_; member in OHOS::ResourceSchedule::ChronoScope
/foundation/arkui/ace_engine/frameworks/component_test/
H A Dtest_config.cpp37 testConfig->out_ = json->GetString("out"); in ParseComponentTestConfig()
38 if (testConfig->out_ == "") { in ParseComponentTestConfig()
52 return out_; in GetOut()
H A Dtest_config.h36 std::string out_; member in OHOS::Ace::ComponentTest::TestConfig
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_map_def.h58 #define GET_MAP_PATH(ingress, name) ((ingress) ? MAPS_DIR() "in_" #name "_map" : MAPS_DIR() "out_" #name "_map")
59 #define GET_MAP(ingress, name) ((ingress) ? &in_##name##_map : &out_##name##_map)

Completed in 1 milliseconds