Home
last modified time | relevance | path

Searched +full:get +full:- +full:caller +full:- +full:file (Results 1 – 25 of 1369) sorted by relevance

12345678910>>...55

/aosp_15_r20/frameworks/proto_logging/stats/enums/adservices/common/
H A Dadservices_cel_enums.proto5 * you may not use this file except in compliance with the License.
8 * http://www.apache.org/licenses/LICENSE-2.0
26 * - Common errors: 1-1000
27 * - Topics errors: 1001-2000
28 * - Measurement errors: 2001-3000
29 * - Fledge errors: 3001-4000
30 * - UX errors: 4001-5000
31 * - FederatedCompute errors: 5001-6000
32 * - Back Compat errors: 6001-7000
33 * - IAPC errors: 7001 - 8000
[all …]
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_signaling_unittest.cc4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
11 // This file contains tests that check the PeerConnection's signaling state
12 // machine, as well as tests that check basic, media-agnostic aspects of SDP.
86 return GetInternalPeerConnection()->initial_offerer(); in initial_offerer()
93 return static_cast<PeerConnection*>(pci->internal()); in GetInternalPeerConnection()
128 main_(vss_.get()), in PeerConnectionSignalingBaseTest()
149 auto result = pc_factory_->CreatePeerConnectionOrError( in CreatePeerConnection()
[all …]
H A Dpeer_connection_histogram_unittest.cc4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
124 RawWrapperPtr candidate_target_; // Note: Not thread-safe against deletions.
136 return static_cast<PeerConnection*>(pci->internal()); in GetInternalPeerConnection()
147 observer()->PrepareToExchangeCandidates(other); in PrepareToExchangeCandidates()
148 other->observer()->PrepareToExchangeCandidates(this); in PrepareToExchangeCandidates()
152 return pc()->ice_connection_state() == in IsConnected()
154 pc()->ice_connection_state() == in IsConnected()
[all …]
H A Dpeer_connection_bundle_unittest.cc4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
90 // will use: https://www.w3.org/TR/webrtc/#dom-rtcrtpsender-transport
99 // In order to prevent use-after-free issues, don't allow this in GetAnyAddressNetworks()
112 auto* desc = pc()->remote_description()->description(); in AddIceCandidateToMedia()
113 for (size_t i = 0; i < desc->contents().size(); i++) { in AddIceCandidateToMedia()
114 const auto& content = desc->contents()[i]; in AddIceCandidateToMedia()
115 if (content.media_description()->type() == media_type) { in AddIceCandidateToMedia()
[all …]
H A Dslow_peer_connection_integration_test.cc4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
11 // This file is intended for PeerConnection integration tests that are
57 : PeerConnectionIntegrationBaseTest(std::get<0>(GetParam()), in PeerConnectionIntegrationTest()
58 std::get<1>(GetParam())) {} in PeerConnectionIntegrationTest()
65 // This also ensures peerconnection is closed before switching back to non-fake
106 caller()->AddAudioVideoTracks(); in TEST_P()
107 callee()->AddAudioVideoTracks(); in TEST_P()
[all …]
H A Dpeer_connection_rtp_unittest.cc4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
57 // This file contains tests for RTP Media API-related behavior of
58 // `webrtc::PeerConnection`, see https://w3c.github.io/webrtc-pc/#rtp-media-api.
137 auto result = pc_factory_->CreatePeerConnectionOrError( in CreatePeerConnectionInternal()
138 config, PeerConnectionDependencies(observer.get())); in CreatePeerConnectionInternal()
140 observer->SetPeerConnectionInterface(result.value().get()); in CreatePeerConnectionInternal()
169 PeerConnectionWrapper* caller, in ExchangeOfferAnswerWhereRemoteStopsTransceiver() argument
[all …]
H A Dpeer_connection_ice_unittest.cc4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
96 RTC_DCHECK(pc()->remote_description()); in CreateJsepCandidateForFirstTransport()
97 const auto* desc = pc()->remote_description()->description(); in CreateJsepCandidateForFirstTransport()
98 RTC_DCHECK(desc->contents().size() > 0); in CreateJsepCandidateForFirstTransport()
99 const auto& first_content = desc->contents()[0]; in CreateJsepCandidateForFirstTransport()
100 candidate->set_transport_name(first_content.name); in CreateJsepCandidateForFirstTransport()
101 return CreateIceCandidate(first_content.name, -1, *candidate); in CreateJsepCandidateForFirstTransport()
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/selinux/libselinux/include/selinux/
Dselinux.h11 /* Return 1 if we are running on a SELinux kernel, or 0 if not or -1 if we get an error. */
19 /* Free the memory allocated for a context by any of the below get* calls. */
27 /* Get current context, and set *con to refer to it.
28 Caller must free via freecon. */
35 security contexts, unlike exec-based transitions performed via setexeccon.
43 /* Get context of process identified by pid, and
44 set *con to refer to it. Caller must free via freecon. */
48 /* Get previous context (prior to last exec), and set *con to refer to it.
49 Caller must free via freecon. */
53 /* Get exec context, and set *con to refer to it.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/selinux/libselinux/include/selinux/
Dselinux.h11 /* Return 1 if we are running on a SELinux kernel, or 0 if not or -1 if we get an error. */
19 /* Free the memory allocated for a context by any of the below get* calls. */
27 /* Get current context, and set *con to refer to it.
28 Caller must free via freecon. */
35 security contexts, unlike exec-based transitions performed via setexeccon.
43 /* Get context of process identified by pid, and
44 set *con to refer to it. Caller must free via freecon. */
48 /* Get previous context (prior to last exec), and set *con to refer to it.
49 Caller must free via freecon. */
53 /* Get exec context, and set *con to refer to it.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/selinux/libselinux/include/selinux/
Dselinux.h11 /* Return 1 if we are running on a SELinux kernel, or 0 if not or -1 if we get an error. */
19 /* Free the memory allocated for a context by any of the below get* calls. */
27 /* Get current context, and set *con to refer to it.
28 Caller must free via freecon. */
35 security contexts, unlike exec-based transitions performed via setexeccon.
43 /* Get context of process identified by pid, and
44 set *con to refer to it. Caller must free via freecon. */
48 /* Get previous context (prior to last exec), and set *con to refer to it.
49 Caller must free via freecon. */
53 /* Get exec context, and set *con to refer to it.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/selinux/libselinux/include/selinux/
Dselinux.h11 /* Return 1 if we are running on a SELinux kernel, or 0 if not or -1 if we get an error. */
19 /* Free the memory allocated for a context by any of the below get* calls. */
27 /* Get current context, and set *con to refer to it.
28 Caller must free via freecon. */
35 security contexts, unlike exec-based transitions performed via setexeccon.
43 /* Get context of process identified by pid, and
44 set *con to refer to it. Caller must free via freecon. */
48 /* Get previous context (prior to last exec), and set *con to refer to it.
49 Caller must free via freecon. */
53 /* Get exec context, and set *con to refer to it.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/selinux/libselinux/include/selinux/
Dselinux.h11 /* Return 1 if we are running on a SELinux kernel, or 0 if not or -1 if we get an error. */
19 /* Free the memory allocated for a context by any of the below get* calls. */
27 /* Get current context, and set *con to refer to it.
28 Caller must free via freecon. */
35 security contexts, unlike exec-based transitions performed via setexeccon.
43 /* Get context of process identified by pid, and
44 set *con to refer to it. Caller must free via freecon. */
48 /* Get previous context (prior to last exec), and set *con to refer to it.
49 Caller must free via freecon. */
53 /* Get exec context, and set *con to refer to it.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/selinux/libselinux/include/selinux/
Dselinux.h11 /* Return 1 if we are running on a SELinux kernel, or 0 if not or -1 if we get an error. */
19 /* Free the memory allocated for a context by any of the below get* calls. */
27 /* Get current context, and set *con to refer to it.
28 Caller must free via freecon. */
35 security contexts, unlike exec-based transitions performed via setexeccon.
43 /* Get context of process identified by pid, and
44 set *con to refer to it. Caller must free via freecon. */
48 /* Get previous context (prior to last exec), and set *con to refer to it.
49 Caller must free via freecon. */
53 /* Get exec context, and set *con to refer to it.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/selinux/libselinux/include/selinux/
Dselinux.h11 /* Return 1 if we are running on a SELinux kernel, or 0 if not or -1 if we get an error. */
19 /* Free the memory allocated for a context by any of the below get* calls. */
27 /* Get current context, and set *con to refer to it.
28 Caller must free via freecon. */
35 security contexts, unlike exec-based transitions performed via setexeccon.
43 /* Get context of process identified by pid, and
44 set *con to refer to it. Caller must free via freecon. */
48 /* Get previous context (prior to last exec), and set *con to refer to it.
49 Caller must free via freecon. */
53 /* Get exec context, and set *con to refer to it.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/selinux/libselinux/include/selinux/
Dselinux.h11 /* Return 1 if we are running on a SELinux kernel, or 0 if not or -1 if we get an error. */
19 /* Free the memory allocated for a context by any of the below get* calls. */
27 /* Get current context, and set *con to refer to it.
28 Caller must free via freecon. */
35 security contexts, unlike exec-based transitions performed via setexeccon.
43 /* Get context of process identified by pid, and
44 set *con to refer to it. Caller must free via freecon. */
48 /* Get previous context (prior to last exec), and set *con to refer to it.
49 Caller must free via freecon. */
53 /* Get exec context, and set *con to refer to it.
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/selinux/libselinux/include/selinux/
Dselinux.h23 /* Free the memory allocated for a context by any of the below get* calls. */
31 /* Get current context, and set *con to refer to it.
32 Caller must free via freecon. */
39 security contexts, unlike exec-based transitions performed via setexeccon.
47 /* Get context of process identified by pid, and
48 set *con to refer to it. Caller must free via freecon. */
52 /* Get previous context (prior to last exec), and set *con to refer to it.
53 Caller must free via freecon. */
57 /* Get previous context (prior to last exec) of process identified by pid, and
58 set *con to refer to it. Caller must free via freecon. */
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/selinux/libselinux/include/selinux/
Dselinux.h23 /* Free the memory allocated for a context by any of the below get* calls. */
31 /* Get current context, and set *con to refer to it.
32 Caller must free via freecon. */
39 security contexts, unlike exec-based transitions performed via setexeccon.
47 /* Get context of process identified by pid, and
48 set *con to refer to it. Caller must free via freecon. */
52 /* Get previous context (prior to last exec), and set *con to refer to it.
53 Caller must free via freecon. */
57 /* Get previous context (prior to last exec) of process identified by pid, and
58 set *con to refer to it. Caller must free via freecon. */
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/selinux/libselinux/include/selinux/
Dselinux.h23 /* Free the memory allocated for a context by any of the below get* calls. */
31 /* Get current context, and set *con to refer to it.
32 Caller must free via freecon. */
39 security contexts, unlike exec-based transitions performed via setexeccon.
47 /* Get context of process identified by pid, and
48 set *con to refer to it. Caller must free via freecon. */
52 /* Get previous context (prior to last exec), and set *con to refer to it.
53 Caller must free via freecon. */
57 /* Get previous context (prior to last exec) of process identified by pid, and
58 set *con to refer to it. Caller must free via freecon. */
[all …]
/aosp_15_r20/external/selinux/libselinux/include/selinux/
H A Dselinux.h23 /* Free the memory allocated for a context by any of the below get* calls. */
31 /* Get current context, and set *con to refer to it.
32 Caller must free via freecon. */
39 security contexts, unlike exec-based transitions performed via setexeccon.
47 /* Get context of process identified by pid, and
48 set *con to refer to it. Caller must free via freecon. */
52 /* Get previous context (prior to last exec), and set *con to refer to it.
53 Caller must free via freecon. */
57 /* Get previous context (prior to last exec) of process identified by pid, and
58 set *con to refer to it. Caller must free via freecon. */
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/selinux/libselinux/include/selinux/
Dselinux.h23 /* Free the memory allocated for a context by any of the below get* calls. */
31 /* Get current context, and set *con to refer to it.
32 Caller must free via freecon. */
39 security contexts, unlike exec-based transitions performed via setexeccon.
47 /* Get context of process identified by pid, and
48 set *con to refer to it. Caller must free via freecon. */
52 /* Get previous context (prior to last exec), and set *con to refer to it.
53 Caller must free via freecon. */
57 /* Get previous context (prior to last exec) of process identified by pid, and
58 set *con to refer to it. Caller must free via freecon. */
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/selinux/libselinux/include/selinux/
Dselinux.h23 /* Free the memory allocated for a context by any of the below get* calls. */
31 /* Get current context, and set *con to refer to it.
32 Caller must free via freecon. */
39 security contexts, unlike exec-based transitions performed via setexeccon.
47 /* Get context of process identified by pid, and
48 set *con to refer to it. Caller must free via freecon. */
52 /* Get previous context (prior to last exec), and set *con to refer to it.
53 Caller must free via freecon. */
57 /* Get exec context, and set *con to refer to it.
59 If non-NULL, caller must free via freecon. */
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/selinux/libselinux/include/selinux/
Dselinux.h23 /* Free the memory allocated for a context by any of the below get* calls. */
31 /* Get current context, and set *con to refer to it.
32 Caller must free via freecon. */
39 security contexts, unlike exec-based transitions performed via setexeccon.
47 /* Get context of process identified by pid, and
48 set *con to refer to it. Caller must free via freecon. */
52 /* Get previous context (prior to last exec), and set *con to refer to it.
53 Caller must free via freecon. */
57 /* Get exec context, and set *con to refer to it.
59 If non-NULL, caller must free via freecon. */
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/selinux/libselinux/include/selinux/
Dselinux.h23 /* Free the memory allocated for a context by any of the below get* calls. */
31 /* Get current context, and set *con to refer to it.
32 Caller must free via freecon. */
39 security contexts, unlike exec-based transitions performed via setexeccon.
47 /* Get context of process identified by pid, and
48 set *con to refer to it. Caller must free via freecon. */
52 /* Get previous context (prior to last exec), and set *con to refer to it.
53 Caller must free via freecon. */
57 /* Get exec context, and set *con to refer to it.
59 If non-NULL, caller must free via freecon. */
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/selinux/libselinux/include/selinux/
Dselinux.h23 /* Free the memory allocated for a context by any of the below get* calls. */
31 /* Get current context, and set *con to refer to it.
32 Caller must free via freecon. */
39 security contexts, unlike exec-based transitions performed via setexeccon.
47 /* Get context of process identified by pid, and
48 set *con to refer to it. Caller must free via freecon. */
52 /* Get previous context (prior to last exec), and set *con to refer to it.
53 Caller must free via freecon. */
57 /* Get exec context, and set *con to refer to it.
59 If non-NULL, caller must free via freecon. */
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/os/
H A DBugreportManagerServiceImpl.java5 * you may not use this file except in compliance with the License.
8 * http://www.apache.org/licenses/LICENSE-2.0
67 import java.io.File;
95 private static final String TAG_BUGREPORT_DATA = "bugreport-data";
96 private static final String TAG_BUGREPORT_MAP = "bugreport-map";
97 private static final String TAG_PERSISTENT_BUGREPORT = "persistent-bugreport";
98 private static final String ATTR_CALLING_UID = "calling-uid";
99 private static final String ATTR_CALLING_PACKAGE = "calling-package";
100 private static final String ATTR_BUGREPORT_FILE = "bugreport-file";
155 * Checks that a given file was generated on behalf of the given caller. If the file was
[all …]

12345678910>>...55