Home
last modified time | relevance | path

Searched refs:all (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetwork_sharing.h24 int64_t all = 0; member
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_controller.cpp129 BASE_NS::vector<IAnimation::WeakPtr> all; in Clear() local
132 all.swap(animations_); in Clear()
135 for (auto& weak : all) { in Clear()
/foundation/ability/idl_tool/
H A DMakefile28 all:
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerTest.cpp191 auto all = container_->GetAll(); in HWTEST_P() local
197 EXPECT_TRUE(container_->Insert(all.size(), item1)); in HWTEST_P()
198 all = container_->GetAll(); in HWTEST_P()
199 EXPECT_EQ(all.size(), ++expectedSize); in HWTEST_P()
200 EXPECT_EQ(all.back(), item1); in HWTEST_P()
203 all = container_->GetAll(); in HWTEST_P()
204 EXPECT_EQ(all.size(), ++expectedSize); in HWTEST_P()
205 EXPECT_EQ(all.front(), item2); in HWTEST_P()
207 EXPECT_TRUE(container_->Insert(all.size() + 10, item3)); in HWTEST_P()
208 all in HWTEST_P()
229 const auto all = container_->GetAll(); HWTEST_P() local
770 const auto all = container_->GetAll(); HWTEST_P() local
[all...]
H A DIntfClassRegistryTest.cpp76 auto all = classRegistry_.GetAllTypes({}); in HWTEST_F() local
77 EXPECT_THAT(all, Not(IsEmpty())); in HWTEST_F()
/foundation/ability/idl_tool/idl_tool_2/
H A DMakefile34 all:
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_video_player_slow.h34 PTEST((std::string url), Test single player play all urls video, and finished automatically) in FIXTURE()
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Dconfig.rs228 /// that proxy all HTTP traffic to the passed URL.
245 /// that proxy all HTTPS traffic to the passed URL.
262 /// that proxy **all** traffic to the passed URL.
269 /// let proxy = Proxy::all("http://proxy.example.com");
271 pub fn all(url: &str) -> ProxyBuilder { in all() functions
273 reqwest::Proxy::all(url) in all()
290 /// let proxy = Proxy::all("http://proxy.example.com")
304 /// let builder = Proxy::all("http://proxy.example.com")
322 /// let proxy = Proxy::all("http://proxy.example.com").build();
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js383 // removedChildElmtIds will be filled with the elmtIds of all children and their children will be deleted in response to foreach change
412 // removedChildElmtIds will be filled with the elmtIds of all children and their children will be deleted in response to if .. else change
2293 function edgeColors(all) {
2294 return { left: all, top: all, right: all, bottom: all };
2296 function edgeWidths(all) {
2297 return { left: all, top: all, righ
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dattachment_container.cpp38 // Always set null as the parent of all our attachments in Build()
192 const auto all = ObjectContainerFwd::GetAll(); in RemoveAllAttachments() local
193 for (const auto& object : all) { in RemoveAllAttachments()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/
H A DdisableLogs.js28 Disable all console.[log, info, debug] from a file.
H A DdisableProfiler.js27 Disable all stateMgmtProfiler.[start, stop] from a file.
/foundation/graphic/graphic_surface/utils/hebc_white_list/
H A Dhebc_white_list.cpp63 Json::Reader reader(Json::Features::all());
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_property_trace_test.cpp56 const std::string configStr = R"("ID:all;")"; in HWTEST_F()
/foundation/arkui/napi/jsvm/
H A Dbuild_jsvm_inter.sh101 ${STRIP} --strip-all --keep-section=.comment ${binary}
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp33 constexpr const char *IPV6_FORWARDING_PROC_FILE = "/proc/sys/net/ipv6/conf/all/forwarding";
74 // commands of set ipfwd, all commands with filter
387 const std::string counters = "\\s*" + num + "\\s+" + num + " RETURN all( -- | )" + iface + "\\s+" + in GetNetworkSharingTraffic()
409 traffic.all += send; in GetNetworkSharingTraffic()
416 traffic.all += receive; in GetNetworkSharingTraffic()
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/
H A Dcollect_results_and_visualize.js208 word-break: break-all;
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreLockRowJsunit.test.js134 console.log(TAG + `query all columns success`)
136 console.log(TAG + `query all columns failed, err: ${JSON.stringify(err)}`)
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_1.cpp79 All all{}; in ConvertAll()
80 all.keepDims = mindspore::lite::MindIR_All_GetKeepDims(primitive); in ConvertAll()
83 (void)AllBlockMarshalling(data, all); in ConvertAll()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp669 bytes += traffic.all; in GetSharedSubSMTraffic()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service_stub.cpp1340 reply.WriteInt64(traffic.all); in CmdGetNetworkSharingTraffic()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1841 traffic.all = reply.ReadInt64(); in GetNetworkSharingTraffic()

Completed in 25 milliseconds