Home
last modified time | relevance | path

Searched refs:GetOwner (Results 1 - 25 of 70) sorted by relevance

123

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedia_datashare_stub_impl.cpp23 std::shared_ptr<MediaDataShareExtAbility> MediaDataShareStubImpl::GetOwner() in GetOwner() function in OHOS::DataShare::MediaDataShareStubImpl
33 auto extension = client->GetOwner(); in GetFileTypes()
47 auto extension = client->GetOwner(); in OpenFile()
61 auto extension = client->GetOwner(); in OpenRawFile()
75 auto extension = client->GetOwner(); in Insert()
88 auto extension = client->GetOwner(); in InsertExt()
102 auto extension = client->GetOwner(); in Update()
115 auto extension = client->GetOwner(); in Delete()
128 auto extension = client->GetOwner(); in Query()
141 auto extension = client->GetOwner(); in GetType()
[all...]
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_datashare_stub_impl.cpp23 std::shared_ptr<RingtoneDataShareExtension> RingtoneDataShareStubImpl::GetOwner() in GetOwner() function in OHOS::DataShare::RingtoneDataShareStubImpl
33 auto extension = client->GetOwner(); in GetFileTypes()
47 auto extension = client->GetOwner(); in OpenFile()
61 auto extension = client->GetOwner(); in OpenRawFile()
75 auto extension = client->GetOwner(); in Insert()
88 auto extension = client->GetOwner(); in InsertExt()
102 auto extension = client->GetOwner(); in Update()
115 auto extension = client->GetOwner(); in Delete()
128 auto extension = client->GetOwner(); in Query()
141 auto extension = client->GetOwner(); in GetType()
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Ddatashare_stub_impl.cpp29 std::shared_ptr<JsDataShareExtAbility> DataShareStubImpl::GetOwner() in GetOwner() function in OHOS::DataShare::DataShareStubImpl
53 auto extension = client->GetOwner(); in GetFileTypes()
79 auto extension = client->GetOwner(); in OpenFile()
106 auto extension = client->GetOwner(); in OpenRawFile()
127 auto extension = client->GetOwner(); in Insert()
162 auto extension = client->GetOwner(); in Update()
195 auto extension = client->GetOwner(); in BatchUpdate()
228 auto extension = client->GetOwner(); in Delete()
262 auto extension = client->GetOwner(); in InsertEx()
297 auto extension = client->GetOwner(); in UpdateEx()
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_mock_p2p_service.cpp206 LOGI("group.GetOwner().GetDeviceName() = %s\n", group.GetOwner().GetDeviceName().c_str()); in DeleteGroup()
207 LOGI("group.GetOwner().GetDeviceAddress() = %s\n", group.GetOwner().GetDeviceAddress().c_str()); in DeleteGroup()
208 LOGI("group.GetOwner().GetPrimaryDeviceType() = %s\n", group.GetOwner().GetPrimaryDeviceType().c_str()); in DeleteGroup()
209 LOGI("group.GetOwner().GetSecondaryDeviceType() = %s\n", group.GetOwner().GetSecondaryDeviceType().c_str()); in DeleteGroup()
210 LOGI("group.GetOwner().GetP2pDeviceStatus() = %d\n", static_cast<int>(group.GetOwner() in DeleteGroup()
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_extension_provider_client_test.cpp160 auto extension = formExtensionProviderClient->GetOwner(); in HWTEST_F()
281 * @tc.name: SetOwner and GetOwner
282 * @tc.desc: FormExtension is nullptr Verify GetOwner is nullptr.
292 auto extension = formExtensionProviderClient.GetOwner(); in HWTEST_F()
299 * @tc.name: SetOwner and GetOwner
300 * @tc.desc: FormExtension is not nullptr Verify that GetOwner is not null.
311 auto extension = formExtensionProviderClient.GetOwner(); in HWTEST_F()
315 extension = formExtensionProviderClient.GetOwner(); in HWTEST_F()
319 extension = formExtensionProviderClient.GetOwner(); in HWTEST_F()
452 * @tc.name: SetOwner and GetOwner
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/
H A Dmedia_datashare_stub_impl_test.cpp33 extension = mediaDataShareStubImpl.GetOwner(); in HWTEST_F()
47 extension = mediaDataShareStubImpl.GetOwner(); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_client.cpp46 std::shared_ptr<Ability> ownerAbility = GetOwner(); in AcquireProviderFormInfo()
102 std::shared_ptr<Ability> ownerAbility = GetOwner(); in NotifyFormDelete()
132 std::shared_ptr<Ability> ownerAbility = GetOwner(); in NotifyFormsDelete()
164 std::shared_ptr<Ability> ownerAbility = GetOwner(); in NotifyFormUpdate()
198 std::shared_ptr<Ability> ownerAbility = GetOwner(); in EventNotify()
233 std::shared_ptr<Ability> ownerAbility = GetOwner(); in NotifyFormCastTempForm()
264 std::shared_ptr<Ability> ownerAbility = GetOwner(); in FireFormEvent()
297 std::shared_ptr<Ability> ownerAbility = GetOwner(); in AcquireState()
342 std::shared_ptr<Ability> FormProviderClient::GetOwner() in GetOwner() function in OHOS::AppExecFwk::FormProviderClient
430 std::shared_ptr<Ability> ownerAbility = GetOwner(); in AcquireShareFormData()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp33 auto owner = GetOwner(); in Initialize()
63 if (auto timed = interface_pointer_cast<ITimedAnimation>(GetOwner())) { in Uninitialize()
70 if (auto internal = interface_pointer_cast<IAnimationInternal>(GetOwner())) { in NotifyEvaluationNeeded()
77 if (auto internal = interface_pointer_cast<IAnimationInternal>(GetOwner())) { in NotifyStateChanged()
86 IAnimation::Ptr animation = GetOwner(); in UpdateController()
188 auto animation = GetOwner(); in Seek()
235 IAnimation::Ptr AnimationState::GetOwner() const noexcept
272 if (const auto owner = GetOwner()) { in SetState()
302 info.source = GetOwner(); in SetState()
358 if (auto timed = interface_cast<ITimedAnimation>(GetOwner())) { in GetAnimationBaseDuration()
[all...]
H A Dstaggered_animation_state.cpp33 proxy->SetProxyParent(interface_pointer_cast<IContainer>(GetOwner())); in Initialize()
128 if (auto animation = GetOwner()) { in RemoveChild()
248 const float containerProgress = GetValue(GetOwner()->Progress()); in Evaluate()
323 const float containerProgress = GetValue(GetOwner()->Progress()); in Evaluate()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_group_manager.cpp111 it->GetOwner().GetDeviceAddress() == group.GetOwner().GetDeviceAddress()) { in UpdateWpaGroup()
175 ownerMac = it->GetOwner().GetDeviceAddress(); in GetGroupNetworkId()
190 ownerMac = it->GetOwner().GetDeviceAddress(); in GetGroupNetworkId()
203 return it->GetOwner().GetDeviceAddress(); in GetGroupOwnerAddr()
259 group->GetOwner().GetDeviceAddress() == wpaGroup->second.GetOwner().GetDeviceAddress()) { in UpdateGroupsNetwork()
294 WifiP2pDevice owner = group.GetOwner(); in AddMacAddrPairInfo()
342 WifiP2pDevice owner = group.GetOwner(); in RemoveMacAddrPairInfo()
H A Dp2p_idle_state.cpp319 group.GetInterface().c_str(), group.GetGroupName().c_str(), group.GetOwner().GetDeviceAddress().c_str()); in ProcessGroupStartedEvt()
325 group.SetNetworkId(groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt()
327 group.GetNetworkId(), groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt()
337 const WifiP2pDevice &owner = groupManager.GetCurrentGroup().GetOwner(); in ProcessGroupStartedEvt()
353 WifiP2pDevice owner = currGrp.GetOwner(); in ProcessGroupStartedEvt()
380 const WifiP2pDevice &owner = group.GetOwner(); in ProcessInvitationReceivedEvt()
H A Dwifi_p2p_group_info_proxy.h48 WifiP2pDevice GetOwner() const;
H A Dgroup_negotiation_state.cpp92 MacAddress::IsValidMac(groupManager.GetCurrentGroup().GetOwner().GetDeviceAddress().c_str())) { in ProcessGroupStartedEvt()
100 const WifiP2pDevice &owner = groupManager.GetCurrentGroup().GetOwner(); in ProcessGroupStartedEvt()
133 const WifiP2pDevice &owner = groupManager.GetCurrentGroup().GetOwner(); in ProcessGroupStartedEvt()
H A Dp2p_group_operating_state.cpp178 group.GetInterface().c_str(), group.GetGroupName().c_str(), group.GetOwner().GetDeviceAddress().c_str()); in ProcessGroupStartedEvt()
184 group.SetNetworkId(groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt()
186 group.GetNetworkId(), groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt()
193 std::string goAddr = group.GetOwner().GetDeviceAddress(); in ProcessGroupStartedEvt()
H A Dwifi_p2p_group_info_proxy.cpp49 WifiP2pDevice WifiP2pGroupInfoProxy::GetOwner() const in GetOwner() function in OHOS::Wifi::WifiP2pGroupInfoProxy
52 return groupsInfo.GetOwner(); in GetOwner()
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Dform_extension_provider_client.cpp79 std::shared_ptr<FormExtension> ownerFormExtension = GetOwner(); in AcquireFormExtensionProviderInfo()
151 std::shared_ptr<FormExtension> ownerFormExtension = GetOwner(); in NotifyFormExtensionDelete()
186 std::shared_ptr<FormExtension> ownerFormExtension = GetOwner(); in NotifyFormExtensionsDelete()
223 std::shared_ptr<FormExtension> ownerFormExtension = GetOwner(); in NotifyFormExtensionUpdate()
260 std::shared_ptr<FormExtension> ownerFormExtension = GetOwner(); in EventNotifyExtension()
300 std::shared_ptr<FormExtension> ownerFormExtension = GetOwner(); in NotifyFormExtensionCastTempForm()
335 std::shared_ptr<FormExtension> ownerFormExtension = GetOwner(); in FireFormExtensionEvent()
373 std::shared_ptr<FormExtension> ownerFormExtension = GetOwner(); in NotifyFormExtensionAcquireState()
407 std::shared_ptr<FormExtension> FormExtensionProviderClient::GetOwner() in GetOwner() function in OHOS::AbilityRuntime::FormExtensionProviderClient
484 std::shared_ptr<FormExtension> ownerFormExtension = GetOwner(); in AcquireFormExtensionProviderShareFormInfo()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_queue.cpp140 auto filter = [](const InnerEvent::Pointer &p) { return !p->GetOwner(); }; in RemoveOrphan()
149 return !listener->GetOwner(); in RemoveOrphan()
166 auto filter = [&owner](const InnerEvent::Pointer &p) { return (p->GetOwner() == owner); }; in Remove()
179 return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetInnerEventId() == innerEventId); in Remove()
193 return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetInnerEventId() == innerEventId) && in Remove()
208 return (p->HasTask()) && (p->GetOwner() == owner) && (p->GetTaskName() == name); in Remove()
233 return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetInnerEventId() == innerEventId); in HasInnerEvent()
245 return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetParam() == param); in HasInnerEvent()
402 return listener->GetOwner() == owner; in RemoveFileDescriptorListener()
480 auto handler = listener->GetOwner(); in HandleFileDescriptorEvent()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_overlay_holder.h55 auto owner = GetOwner(); in GetOwnerId()
59 virtual RefPtr<FrameNode> GetOwner() in GetOwner() function in OHOS::Ace::NG::SelectOverlayHolder
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dohos_loop_handler.cpp39 auto eventHandler = GetOwner(); in OnTriggered()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dintf_property.h39 virtual IObject::WeakPtr GetOwner() const = 0;
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dfile_descriptor_listener.h73 inline std::shared_ptr<EventHandler> GetOwner() const in GetOwner() function in OHOS::AppExecFwk::FileDescriptorListener
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dwifi_statistic.cpp144 (void)AddStringToJsonObject(goJson, "Name", groupInfo.GetOwner().GetDeviceName().c_str()); in GetP2PInfo()
146 OHOS::SoftBus::WifiDirectAnonymizeMac(groupInfo.GetOwner().GetRandomDeviceAddress()).c_str()); in GetP2PInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_paint_method.h62 if (loadingProgressModifier_->GetOwner() == LoadingProgressOwner::SELF) {
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dproperty.cpp24 IObject::WeakPtr PropertyBase::GetOwner() const in GetOwner() function in Internal::PropertyBase
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dgeneric_iterator.h31 virtual const container* GetOwner() const = 0;

Completed in 13 milliseconds

123