/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | offchannel.c | 30 if (wpa_s->p2p_mgmt && wpa_s != wpa_s->parent && in wpas_get_tx_interface() 31 wpa_s->parent->ap_iface && in wpas_get_tx_interface() 32 os_memcmp(wpa_s->parent->own_addr, in wpas_get_tx_interface() 45 wpa_s->parent->ifname, wpa_s->ifname); in wpas_get_tx_interface() 46 return wpa_s->parent; in wpas_get_tx_interface()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_manager.cpp | 112 // it expects to receive the the select-overlay component to return the parent component. 113 // And the parent component will be the windowScene component exactly. 121 auto parent = targetNode->GetParent(); in FindWindowScene() local 122 while (parent && parent->GetTag() != V2::WINDOW_SCENE_ETS_TAG) { in FindWindowScene() 123 parent = parent->GetParent(); in FindWindowScene() 125 CHECK_NULL_RETURN(parent, nullptr); in FindWindowScene() 126 return parent; in FindWindowScene()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_custom_dialog_controller.cpp | 291 auto parent = parentCustom->GetParent(); in JsOpenDialog() local 292 while (parent && parent->GetTag() != V2::WINDOW_SCENE_ETS_TAG) { in JsOpenDialog() 293 parent = parent->GetParent(); in JsOpenDialog() 295 if (parent) { in JsOpenDialog() 296 dialogProperties_.windowScene = parent; in JsOpenDialog()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | magnifier_controller.cpp | 172 auto parent = targetNode->GetParent(); in FindWindowScene() local 173 while (parent && parent->GetTag() != V2::WINDOW_SCENE_ETS_TAG) { in FindWindowScene() 174 parent = parent->GetParent(); in FindWindowScene() 176 CHECK_NULL_RETURN(parent, nullptr); in FindWindowScene() 177 return parent; in FindWindowScene()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | container_base.cpp | 56 bool ContainerBase::SetProxyParent(const IContainer::Ptr& parent) in SetProxyParent() argument 58 parent_ = parent; in SetProxyParent() 339 auto parent = containable->GetParent(); in IsAncestorOf() local 340 while (parent) { in IsAncestorOf() 341 if (parent.get() == me_) { in IsAncestorOf() 344 if (auto parentContainable = interface_cast<IContainable>(parent)) { in IsAncestorOf() 345 parent = parentContainable->GetParent(); in IsAncestorOf()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.h | 112 if (auto parent = interface_pointer_cast<SCENE_NS::IEcsProxyObject>(GetParent())) { 113 parent->DoEntityEvent(type, entity); 120 if (auto parent = interface_pointer_cast<SCENE_NS::IEcsProxyObject>(GetParent())) { 121 parent->DoComponentEvent(type, componentManager, entity); 137 void SetParent(const IObject::Ptr& parent) override 140 mutableContainable_->SetParent(parent); 142 parent_ = parent;
|
/foundation/resourceschedule/ffrt/src/dm/ |
H A D | sdependence_manager.cpp | 85 // 2 Get current task's parent in onSubmit() 86 auto parent = (ctx->task && ctx->task->type == ffrt_normal_task) ? ctx->task : DependenceManager::Root(); in onSubmit() local 93 new (task)SCPUEUTask(attr, parent, ++parent->childNum, QoS()); in onSubmit() 123 /* The parent's number of subtasks to be completed increases by one, in onSubmit() 218 // Find the VersionCtx of the parent task level in onWait() 312 for (auto parentOut : std::as_const(static_cast<SCPUEUTask*>(task->parent)->outs)) { in MapSignature2Deps() 320 for (auto parentIn : std::as_const(static_cast<SCPUEUTask*>(task->parent)->ins)) { in MapSignature2Deps() 337 for (auto parentOut : std::as_const(static_cast<SCPUEUTask*>(task->parent)->outs)) { in MapSignature2Deps() 346 for (auto parentIn : std::as_const(static_cast<SCPUEUTask*>(task->parent) in MapSignature2Deps() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | log.c | 306 AVClass** parent = *(AVClass ***) (((uint8_t *) avcl) + in format_line() local 308 if (parent && *parent) { in format_line() 310 (*parent)->item_name(parent), parent); in format_line() 311 if(type) type[0] = get_category(parent); in format_line()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Region.java | 326 String parent = mapping.getKey(); in loadRegionData() 327 if (parent.equals("containedGroupings") || parent.equals("deprecated") || parent.equals("grouping")) { in loadRegionData() 328 continue; // handle new pseudo-parent types added in ICU data per cldrbug 7808; for now just skip. in loadRegionData() 332 Region parentRegion = regionIDMap.get(parent); in loadRegionData() 338 // Add the child region to the set of regions contained by the parent in loadRegionData() 341 // Set the parent region to be the containing region of the child. in loadRegionData() 342 // Regions of type GROUPING can't be set as the parent, since another region in loadRegionData() 343 // such as a SUBCONTINENT, CONTINENT, or WORLD must always be the parent in loadRegionData() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | number_patternmodifier.cpp | 128 : pm(pm), rules(rules), parent(nullptr) {} in ImmutablePatternModifier() 132 parent->processQuantity(quantity, micros, status); in processQuantity() 158 void ImmutablePatternModifier::addToChain(const MicroPropsGenerator* parent) { in addToChain() argument 159 this->parent = parent; in addToChain() 164 MicroPropsGenerator& MutablePatternModifier::addToChain(const MicroPropsGenerator* parent) { in addToChain() argument 165 fParent = parent; in addToChain() 177 // This method needs to be const because it overrides a const method in the parent class. in processQuantity() 191 // This method needs to be const because it overrides a const method in the parent class. in apply() 220 // This method needs to be const because it overrides a const method in the parent clas in getPrefixLength() [all...] |
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl16.c | 64 #define WILLBLOCK 3 /* blocks, succeeds, parent unlocks records */ 265 static int parent; variable 305 /* Lock should succeed after blocking and parent releases lock */ in dochild() 307 if ((kill(parent, SIGUSR2)) < 0) { in dochild() 308 tst_resm(TFAIL, "Attempt to send signal to parent " in dochild() 315 if ((kill(parent, SIGUSR1)) < 0) { in dochild() 316 tst_resm(TFAIL, "Attempt to send signal to parent " in dochild() 359 * Set flag to let parent know that child #1 is ready to have the in catch_usr1() 368 * Set flag to let parent know that child #2 is ready to have the in catch_usr2() 411 parent in setup() [all...] |
H A D | fcntl14.c | 64 /* WILLBLOCK - blocks, then succeeds (parent must unlock records) */ 535 static int parent, child, status, fail = 0; variable 568 parent = getpid(); in setup() 570 sprintf(tmpname, "fcntl2.%d", parent); in setup() 595 if ((kill(parent, SIGUSR1)) < 0) { in wake_parent() 596 tst_resm(TFAIL, "Attempt to send signal to parent " "failed"); in wake_parent() 624 * not, the parent pid will be returned in l_pid and the type of in dochild() 676 if (flock.l_pid != parent) { in dochild() 679 "should be parent's id of %d", in dochild() 680 test + 1, flock.l_pid, parent); in dochild() [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | type-oracle.h | 23 const Type* parent, std::string name, AbstractTypeFlags flags, in GetAbstractType() 27 new AbstractType(parent, flags, std::move(name), std::move(generated), in GetAbstractType() 48 const Type* parent, const BitFieldStructDeclaration* decl) { in GetBitFieldStructType() 50 new BitFieldStructType(CurrentNamespace(), parent, decl)); in GetBitFieldStructType() 56 static ClassType* GetClassType(const Type* parent, const std::string& name, in GetClassType() argument 61 parent, CurrentNamespace(), name, flags, generates, decl, alias)); in GetClassType() 371 from = from->parent(); in ImplicitlyConvertableFrom() 22 GetAbstractType( const Type* parent, std::string name, AbstractTypeFlags flags, std::string generated, const Type* non_constexpr_version, MaybeSpecializationKey specialized_from) GetAbstractType() argument 47 GetBitFieldStructType( const Type* parent, const BitFieldStructDeclaration* decl) GetBitFieldStructType() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 756 private readonly MapField<TKey, TValue> parent;
field in Google.Protobuf.Collections.MapField.MapView 761 MapField<TKey, TValue> parent,
in MapView() 765 this.parent = parent;
in MapView() 770 public int Count { get { return parent.Count; } }
776 public object SyncRoot { get { return parent; } }
811 return parent.list.Select(projection).GetEnumerator();
in GetEnumerator() 760 MapView( MapField<TKey, TValue> parent, Func<KeyValuePair<TKey, TValue>, T> projection, Func<T, bool> containsCheck) MapView() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_patternmodifier.cpp | 124 : pm(pm), rules(rules), parent(nullptr) {} in ImmutablePatternModifier() 128 parent->processQuantity(quantity, micros, status); in processQuantity() 154 void ImmutablePatternModifier::addToChain(const MicroPropsGenerator* parent) { in addToChain() argument 155 this->parent = parent; in addToChain() 160 MicroPropsGenerator& MutablePatternModifier::addToChain(const MicroPropsGenerator* parent) { in addToChain() argument 161 fParent = parent; in addToChain() 173 // This method needs to be const because it overrides a const method in the parent class. in processQuantity() 187 // This method needs to be const because it overrides a const method in the parent class. in apply() 216 // This method needs to be const because it overrides a const method in the parent clas in getPrefixLength() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-blob.cc | 150 * @parent: Parent blob. 151 * @offset: Start offset of sub-blob within @parent, in bytes. 154 * Returns a blob that represents a range of bytes in @parent. The new 156 * will never modify data in the parent blob. The parent data is not 160 * Makes @parent immutable. 163 * @length is zero or @offset is beyond the end of @parent's data. Destroy 169 hb_blob_create_sub_blob (hb_blob_t *parent, in hb_blob_create_sub_blob() argument 175 if (!length || !parent || offset >= parent in hb_blob_create_sub_blob() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | xml-utils.c | 261 static int add_ddfname(struct xml_node_ctx *ctx, xml_node_t *parent, in add_ddfname() argument 266 node = xml_node_create(ctx, parent, NULL, "RTProperties"); in add_ddfname() 341 xml_node_t *parent; in add_mo_node() local 362 parent = get_node_uri(ctx, root, uri); in add_mo_node() 364 if (parent == NULL) { in add_mo_node() 371 xml_node_create_text(ctx, parent, NULL, nodename, in add_mo_node() 374 xml_node_create(ctx, parent, NULL, nodename); in add_mo_node()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | xml-utils.c | 261 static int add_ddfname(struct xml_node_ctx *ctx, xml_node_t *parent, in add_ddfname() argument 266 node = xml_node_create(ctx, parent, NULL, "RTProperties"); in add_ddfname() 341 xml_node_t *parent; in add_mo_node() local 362 parent = get_node_uri(ctx, root, uri); in add_mo_node() 364 if (parent == NULL) { in add_mo_node() 371 xml_node_create_text(ctx, parent, NULL, nodename, in add_mo_node() 374 xml_node_create(ctx, parent, NULL, nodename); in add_mo_node()
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_copy_ast.c | 156 test_ast_node->parent = test_db->ast->root; in test_cil_copy_block() 191 test_ast_node->parent = new_tree_node; in test_cil_copy_perm() 224 test_ast_node->parent = test_db->ast->root; in test_cil_copy_class() 251 test_ast_node->parent = test_db->ast->root; in test_cil_copy_common() 282 test_ast_node->parent = test_db->ast->root; in test_cil_copy_classcommon() 316 test_ast_node->parent = test_db->ast->root; in test_cil_copy_sid() 343 test_ast_node->parent = test_db->ast->root; in test_cil_copy_sidcontext() 372 test_ast_node->parent = test_db->ast->root; in test_cil_copy_user() 399 test_ast_node->parent = test_db->ast->root; in test_cil_copy_role() 426 test_ast_node->parent in test_cil_copy_userrole() [all...] |
/third_party/libdrm/nouveau/ |
H A D | nouveau.c | 247 nouveau_object_init(struct nouveau_object *parent, uint32_t handle, in nouveau_object_init() argument 251 struct nouveau_drm *drm = nouveau_drm(parent); in nouveau_object_init() 260 obj->parent = parent; in nouveau_object_init() 278 ret = nouveau_object_ioctl(parent, args, argc); in nouveau_object_init() 302 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, in nouveau_object_new() argument 312 ret = nouveau_object_init(parent, handle, oclass, data, length, obj); in nouveau_object_new() 378 nouveau_device_new(struct nouveau_object *parent, int32_t oclass, in nouveau_device_new() argument 386 struct nouveau_drm *drm = nouveau_drm(parent); in nouveau_device_new() 403 ret = nouveau_object_init(parent, in nouveau_device_new() [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-filter-apply.c | 370 static int do_move(struct userdata *u, pa_object *obj, pa_object *parent, bool is_input) { in do_move() argument 376 return pa_sink_input_move_to(PA_SINK_INPUT(obj), PA_SINK(parent), false); in do_move() 379 return pa_source_output_move_to(PA_SOURCE_OUTPUT(obj), PA_SOURCE(parent), false); in do_move() 384 pa_object *parent; in move_object_for_filter() local 393 parent = PA_OBJECT(restore ? filter->sink_master : filter->sink); in move_object_for_filter() 394 if (!parent) in move_object_for_filter() 396 name = PA_SINK(parent)->name; in move_object_for_filter() 399 parent = PA_OBJECT(restore ? filter->source_master : filter->source); in move_object_for_filter() 400 if (!parent) in move_object_for_filter() 402 name = PA_SOURCE(parent) in move_object_for_filter() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/divider/ |
H A D | render_divider.cpp | 39 auto parent = GetParent().Upgrade(); in PerformLayout() local 40 if (!parent) { in PerformLayout()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_component.h | 63 void Inherit(const RefPtr<SvgBaseDeclaration>& parent) in Inherit() argument 65 declaration_->Inherit(parent); in Inherit()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
H A D | custom_measure_layout_param.h | 27 inline void Init(MeasureLayoutParam* parent, int32_t index) in Init() argument 29 parent_ = parent; in Init()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_element.h | 33 void Prepare(const WeakPtr<Element>& parent) override; 75 void SetAccessibilityNode(const WeakPtr<Element>& parent);
|