/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_datashare_stub_impl.cpp | 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() 156 auto extension = client->GetOwner(); in BatchInsert() [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | media_datashare_stub_impl.cpp | 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() 156 auto extension = client->GetOwner(); in BatchInsert() [all …]
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | datashare_stub_impl.cpp | 53 auto extension = client->GetOwner(); in GetFileTypes() 78 auto extension = client->GetOwner(); in OpenFile() 104 auto extension = client->GetOwner(); in OpenRawFile() 125 auto extension = client->GetOwner(); in Insert() 159 auto extension = client->GetOwner(); in Update() 191 auto extension = client->GetOwner(); in BatchUpdate() 223 auto extension = client->GetOwner(); in Delete() 256 auto extension = client->GetOwner(); in InsertEx() 290 auto extension = client->GetOwner(); in UpdateEx() 449 auto extension = GetOwner(); in RegisterObserver() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_state.cpp | 33 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 in GetOwner() function in Internal::AnimationState 272 if (const auto owner = GetOwner()) { in SetState() 302 info.source = GetOwner(); in SetState() 358 if (auto timed = interface_cast<ITimedAnimation>(GetOwner())) { in GetAnimationBaseDuration()
|
H A D | staggered_animation_state.cpp | 33 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()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/ |
H A D | wifi_mock_p2p_service.cpp | 206 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_s… in DeleteGroup() 209 …LOGI("group.GetOwner().GetSecondaryDeviceType() = %s\n", group.GetOwner().GetSecondaryDeviceType()… in DeleteGroup() 210 …LOGI("group.GetOwner().GetP2pDeviceStatus() = %d\n", static_cast<int>(group.GetOwner().GetP2pDevic… in DeleteGroup() 213 group.GetOwner().GetWfdInfo().GetWfdEnabled() ? "true" : "false"); in DeleteGroup() 214 …LOGI("group.GetOwner().GetWfdInfo().GetDeviceInfo() = %d\n", group.GetOwner().GetWfdInfo().GetDevi… in DeleteGroup() 215 …LOGI("group.GetOwner().GetWfdInfo().GetCtrlPort() = %d\n", group.GetOwner().GetWfdInfo().GetCtrlPo… in DeleteGroup() 218 LOGI("group.GetOwner().GetWpsConfigMethod() = %d\n", group.GetOwner().GetWpsConfigMethod()); in DeleteGroup() 219 LOGI("group.GetOwner().GetDeviceCapabilitys() = %d\n", group.GetOwner().GetDeviceCapabilitys()); in DeleteGroup() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | form_extension_provider_client_test.cpp | 160 auto extension = formExtensionProviderClient->GetOwner(); 292 auto extension = formExtensionProviderClient.GetOwner(); 311 auto extension = formExtensionProviderClient.GetOwner(); 315 extension = formExtensionProviderClient.GetOwner(); 319 extension = formExtensionProviderClient.GetOwner(); 464 auto extension = formExtensionProviderClient.GetOwner(); 488 auto extension = formExtensionProviderClient.GetOwner(); 513 auto extension = formExtensionProviderClient.GetOwner(); 540 auto extension = formExtensionProviderClient.GetOwner(); 565 auto extension = formExtensionProviderClient.GetOwner(); [all …]
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_provider_client.cpp | 46 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()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | wifi_p2p_group_manager.cpp | 111 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() 269 … group->GetOwner().GetDeviceAddress() == wpaGroup->second.GetOwner().GetDeviceAddress()) { in UpdateGroupsNetwork() 304 WifiP2pDevice owner = group.GetOwner(); in AddMacAddrPairInfo() 352 WifiP2pDevice owner = group.GetOwner(); in RemoveMacAddrPairInfo()
|
H A D | group_negotiation_state.cpp | 89 if (p2pStateMachine.CheckIsDisplayDevice(group.GetOwner().GetDeviceAddress())) { in ProcessGroupStartedEvt() 95 … MacAddress::IsValidMac(groupManager.GetCurrentGroup().GetOwner().GetDeviceAddress().c_str())) { in ProcessGroupStartedEvt() 103 const WifiP2pDevice &owner = groupManager.GetCurrentGroup().GetOwner(); in ProcessGroupStartedEvt() 147 const WifiP2pDevice &owner = groupManager.GetCurrentGroup().GetOwner(); in DoDhcpInGroupStart()
|
H A D | p2p_idle_state.cpp | 315 …group.GetInterface().c_str(), group.GetGroupName().c_str(), group.GetOwner().GetDeviceAddress().c_… in ProcessGroupStartedEvt() 321 group.SetNetworkId(groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt() 323 … group.GetNetworkId(), groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt() 333 const WifiP2pDevice &owner = groupManager.GetCurrentGroup().GetOwner(); in ProcessGroupStartedEvt() 349 WifiP2pDevice owner = currGrp.GetOwner(); in ProcessGroupStartedEvt() 376 const WifiP2pDevice &owner = group.GetOwner(); in ProcessInvitationReceivedEvt()
|
H A D | p2p_group_operating_state.cpp | 137 …group.GetInterface().c_str(), group.GetGroupName().c_str(), group.GetOwner().GetDeviceAddress().c_… in ProcessGroupStartedEvt() 143 group.SetNetworkId(groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt() 145 … group.GetNetworkId(), groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt() 152 std::string goAddr = group.GetOwner().GetDeviceAddress(); in ProcessGroupStartedEvt()
|
/ohos5.0/base/telephony/telephony_data/common/src/ |
H A D | telephony_datashare_stub_impl.cpp | 122 std::shared_ptr<DataShareExtAbility> TelephonyDataShareStubImpl::GetOwner(const Uri &uri) in GetOwner() function in OHOS::DataShare::TelephonyDataShareStubImpl 157 auto extension = GetOwner(uri); in Insert() 175 auto extension = GetOwner(uri); in Update() 194 auto extension = GetOwner(uri); in Delete() 211 auto extension = GetOwner(uri); in Query() 225 auto extension = GetOwner(uri); in BatchInsert()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_queue.cpp | 140 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()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/ |
H A D | form_extension_provider_client.cpp | 79 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 …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/ |
H A D | media_datashare_stub_impl_test.cpp | 33 extension = mediaDataShareStubImpl.GetOwner(); 47 extension = mediaDataShareStubImpl.GetOwner();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
H A D | select_overlay_holder.h | 55 auto owner = GetOwner(); in GetOwnerId() 59 virtual RefPtr<FrameNode> GetOwner() in GetOwner() function
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_check_labels_callback.cpp | 40 owners.push_back(account.GetOwner()); in SendResult() 55 account.GetOwner(newRequest.owner); in CheckLabels()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | base_text_select_overlay.cpp | 68 auto host = GetOwner(); in ShowSelectOverlay() 200 RefPtr<FrameNode> BaseTextSelectOverlay::GetOwner() in GetOwner() function in OHOS::Ace::NG::BaseTextSelectOverlay 218 auto host = GetOwner(); in CheckTouchInHostNode() 299 auto host = baseOverlay->GetOwner(); in SetSelectionHoldCallback() 724 auto host = GetOwner(); in OnCloseOverlay() 781 auto host = GetOwner(); in CheckHandleCanPaintInHost() 984 auto host = GetOwner(); in RegisterScrollingListener() 1030 auto host = GetOwner(); in CheckAndUpdateHostGlobalPaintRect() 1121 auto host = GetOwner(); in GetClipHandleViewPort() 1170 auto host = GetOwner(); in MarkOverlayDirty() [all …]
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_queue.cpp | 156 return listener->GetOwner() == owner; in RemoveFileDescriptorListener() 247 auto handler = listener->GetOwner(); in HandleFileDescriptorEvent() 331 return !listener->GetOwner(); in RemoveInvalidFileDescriptor()
|
H A D | event_queue_base.cpp | 186 auto filter = [&owner](const InnerEvent::Pointer &p) { return (p->GetOwner() == owner); }; in Remove() 199 … return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetInnerEventId() == innerEventId); in Remove() 214 … return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetInnerEventId() == innerEventId) && in Remove() 234 bool ret = (p->HasTask()) && (p->GetOwner() == owner) && (p->GetTaskName() == name); in Remove() 287 … return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetInnerEventId() == innerEventId); in HasInnerEvent() 299 return (!p->HasTask()) && (p->GetOwner() == owner) && (p->GetParam() == param); in HasInnerEvent()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_module_test.cpp | 955 appAccounts[0].GetOwner(owner); 985 appAccounts[0].GetOwner(owner); 1013 appAccounts[0].GetOwner(owner); 1046 appAccounts[0].GetOwner(owner); 1098 appAccounts[0].GetOwner(owner); 1157 appAccounts[0].GetOwner(owner); 1190 appAccounts[0].GetOwner(owner); 1221 appAccounts[0].GetOwner(owner); 1257 appAccounts[0].GetOwner(owner); 1312 appAccounts[0].GetOwner(owner); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | wifi_statistic.cpp | 144 (void)AddStringToJsonObject(goJson, "Name", groupInfo.GetOwner().GetDeviceName().c_str()); in GetP2PInfo() 146 … OHOS::SoftBus::WifiDirectAnonymizeMac(groupInfo.GetOwner().GetRandomDeviceAddress()).c_str()); in GetP2PInfo()
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_info.h | 41 std::string GetOwner(); 42 void GetOwner(std::string &owner);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | intf_property.h | 39 virtual IObject::WeakPtr GetOwner() const = 0;
|