/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | network_sharing.h | 24 int64_t all = 0; member
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_controller.cpp | 129 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 D | Makefile | 28 all:
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
H A D | IntfContainerTest.cpp | 191 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 D | IntfClassRegistryTest.cpp | 76 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 D | Makefile | 34 all:
|
/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_video_player_slow.h | 34 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 D | config.rs | 228 /// 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 D | jsXNode.js | 383 // 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 D | attachment_container.cpp | 38 // 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 D | disableLogs.js | 28 Disable all console.[log, info, debug] from a file.
|
H A D | disableProfiler.js | 27 Disable all stateMgmtProfiler.[start, stop] from a file.
|
/foundation/graphic/graphic_surface/utils/hebc_white_list/ |
H A D | hebc_white_list.cpp | 63 Json::Reader reader(Json::Features::all());
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_property_trace_test.cpp | 56 const std::string configStr = R"("ID:all;")"; in HWTEST_F()
|
/foundation/arkui/napi/jsvm/ |
H A D | build_jsvm_inter.sh | 101 ${STRIP} --strip-all --keep-section=.comment ${binary}
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | sharing_manager.cpp | 33 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 D | collect_results_and_visualize.js | 208 word-break: break-all;
|
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
H A D | RdbstoreLockRowJsunit.test.js | 134 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 D | lite_graph_to_hdi_model_v2_1.cpp | 79 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 D | networkshare_tracker.cpp | 669 bytes += traffic.all; in GetSharedSubSMTraffic()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service_stub.cpp | 1340 reply.WriteInt64(traffic.all); in CmdGetNetworkSharingTraffic()
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 1841 traffic.all = reply.ReadInt64(); in GetNetworkSharingTraffic()
|