Home
last modified time | relevance | path

Searched refs:owner (Results 1 - 25 of 163) sorted by relevance

1234567

/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dconnection_observer_stub_impl.cpp24 auto owner = owner_.lock(); in OnExtensionConnected() local
25 if (!owner) { in OnExtensionConnected()
28 owner->HandleExtensionConnected(data); in OnExtensionConnected()
33 auto owner = owner_.lock(); in OnExtensionDisconnected() local
34 if (!owner) { in OnExtensionDisconnected()
37 owner->HandleExtensionDisconnected(data); in OnExtensionDisconnected()
43 auto owner = owner_.lock(); in OnDlpAbilityOpened() local
44 if (!owner) { in OnDlpAbilityOpened()
47 owner->HandleDlpAbilityOpened(data); in OnDlpAbilityOpened()
52 auto owner in OnDlpAbilityClosed() local
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy_lite.cpp219 static int IpcCallback(void *owner, int code, IpcIo *reply) in IpcCallback() argument
221 if (code != 0 || owner == nullptr || reply == nullptr) { in IpcCallback()
222 WIFI_LOGE("Callback error, code:%{public}d, owner:%{public}d, reply:%{public}d", in IpcCallback()
223 code, owner == nullptr, reply == nullptr); in IpcCallback()
227 struct IpcOwner *data = (struct IpcOwner *)owner; in IpcCallback()
367 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in EnableWifi() local
375 owner.funcId = static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_ENABLE_WIFI); in EnableWifi()
376 int error = remote_->Invoke(remote_, static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_ENABLE_WIFI), &req, &owner, in EnableWifi()
384 if (owner.exception) { in EnableWifi()
387 return ErrCode(owner in EnableWifi()
400 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; DisableWifi() local
433 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; InitWifiProtect() local
468 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetWifiProtectRef() local
503 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; PutWifiProtectRef() local
624 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; AddDeviceConfig() local
660 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; UpdateDeviceConfig() local
695 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; RemoveDevice() local
729 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; RemoveAllDevice() local
762 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetDeviceConfigs() local
798 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; EnableDeviceConfig() local
833 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; DisableDeviceConfig() local
867 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; ConnectToNetwork() local
902 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; ConnectToDevice() local
936 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; IsConnected() local
969 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; ReConnect() local
1002 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; ReAssociate() local
1035 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; Disconnect() local
1068 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; StartWps() local
1104 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; CancelWps() local
1137 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; IsWifiActive() local
1171 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; IsMeteredHotspot() local
1205 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetWifiState() local
1239 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetLinkedInfo() local
1273 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetIpInfo() local
1307 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetIpv6Info() local
1341 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; SetCountryCode() local
1375 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetCountryCode() local
1418 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; RegisterCallBack() local
1464 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetSignalLevel() local
1500 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetSupportedFeatures() local
1534 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetDeviceMacAddress() local
1569 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; SetLowLatencyMode() local
1610 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; IsBandTypeSupported() local
1646 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; Get5GHzChannelList() local
1681 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; EnableSemiWifi() local
1714 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetWifiDetailState() local
[all...]
H A Dwifi_scan_proxy_lite.cpp93 static int IpcCallback(void *owner, int code, IpcIo *reply) in IpcCallback() argument
95 if (code != 0 || owner == nullptr || reply == nullptr) { in IpcCallback()
96 WIFI_LOGE("Callback error, code:%{public}d, owner:%{public}d, reply:%{public}d", in IpcCallback()
97 code, owner == nullptr, reply == nullptr); in IpcCallback()
101 struct IpcOwner *data = (struct IpcOwner *)owner; in IpcCallback()
209 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in SetScanControlInfo() local
235 owner.funcId = static_cast<int32_t>(ScanInterfaceCode::WIFI_SVR_CMD_SET_SCAN_CONTROL_INFO); in SetScanControlInfo()
237 &request, &owner, IpcCallback); in SetScanControlInfo()
244 if (owner.exception) { in SetScanControlInfo()
247 return ErrCode(owner in SetScanControlInfo()
260 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; Scan() local
293 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; AdvanceScan() local
335 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; IsWifiClosedScan() local
369 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetScanInfoList() local
412 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; RegisterCallBack() local
453 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetSupportedFeatures() local
[all...]
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_proxy_lite.cpp60 static int IpcCallback(void *owner, int code, IpcIo *reply) in IpcCallback() argument
62 if (code != 0 || owner == nullptr || reply == nullptr) { in IpcCallback()
63 DHCP_LOGE("Callback error, code:%{public}d, owner:%{public}d, reply:%{public}d", in IpcCallback()
64 code, owner == nullptr, reply == nullptr); in IpcCallback()
68 struct IpcOwner *data = (struct IpcOwner *)owner; in IpcCallback()
104 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in RegisterDhcpClientCallBack() local
119 owner.funcId = static_cast<int32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_SVR_CMD_REG_CALL_BACK); in RegisterDhcpClientCallBack()
122 &req, &owner, IpcCallback); in RegisterDhcpClientCallBack()
128 if (owner.exception) { in RegisterDhcpClientCallBack()
129 DHCP_LOGE("exception failed, exception:%{public}d", owner in RegisterDhcpClientCallBack()
147 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; StartDhcpClient() local
185 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; SetConfiguration() local
223 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; StopDhcpClient() local
[all...]
H A Ddhcp_server_proxy_lite.cpp49 static int IpcCallback(void *owner, int code, IpcIo *reply) in IpcCallback() argument
51 if (code != 0 || owner == nullptr || reply == nullptr) { in IpcCallback()
52 DHCP_LOGE("Callback error, code:%{public}d, owner:%{public}d, reply:%{public}d", in IpcCallback()
53 code, owner == nullptr, reply == nullptr); in IpcCallback()
57 struct IpcOwner *data = (struct IpcOwner *)owner; in IpcCallback()
179 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; in RegisterDhcpServerCallBack() local
189 owner.funcId = static_cast<int32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REG_CALL_BACK); in RegisterDhcpServerCallBack()
192 &request, &owner, IpcCallback); in RegisterDhcpServerCallBack()
197 DHCP_LOGD("RegisterCallBack is finished: result=%{public}d", owner.exception); in RegisterDhcpServerCallBack()
198 if (owner in RegisterDhcpServerCallBack()
216 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; StartDhcpServer() local
254 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; StopDhcpServer() local
293 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; SetDhcpRange() local
338 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; SetDhcpName() local
377 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; PutDhcpRange() local
421 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; RemoveAllDhcpRange() local
459 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; UpdateLeasesTime() local
497 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; RemoveDhcpRange() local
541 struct IpcOwner owner = {.exception = -1, .retCode = 0, .variable = nullptr}; GetDhcpClientInfos() local
[all...]
/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client_proxy.cpp51 int Callback(void *owner, int code, IpcIo *reply) in Callback() argument
54 if (owner == nullptr) { in Callback()
55 HILOGE("[SaClientProxy]Callback owner is nullptr."); in Callback()
58 auto notify = reinterpret_cast<NotificationInitServer *>(owner); in Callback()
64 int CallbackBuff(void *owner, int code, IpcIo *reply) in CallbackBuff() argument
67 if (owner == nullptr) { in CallbackBuff()
68 HILOGE("[SaClientProxy]SyncCallback owner is nullptr."); in CallbackBuff()
71 auto notify = reinterpret_cast<struct NotifyBuff *>(owner); in CallbackBuff()
145 NotificationInitServer owner = { in InitSaEngine() local
153 proxy.Invoke(&proxy, ID_INIT_ENGINE, &request, &owner, Callbac in InitSaEngine()
163 struct Notify owner = {.retCode = RETCODE_FAILURE}; DestroyEngineProxy() local
203 struct NotifyBuff owner = { SyncExecAlgorithmProxy() local
236 struct Notify owner = {.retCode = RETCODE_FAILURE}; AsyncExecuteAlgorithmProxy() local
256 struct NotifyBuff owner = { LoadAlgorithmProxy() local
289 struct Notify owner = {.retCode = RETCODE_FAILURE}; UnloadAlgorithmProxy() local
310 struct Notify owner = {.retCode = RETCODE_FAILURE}; SetOptionProxy() local
332 struct NotifyBuff owner = { GetOptionProxy() local
365 struct Notify owner = {.retCode = RETCODE_FAILURE}; RegisterCallbackProxy() local
392 struct Notify owner = {.retCode = RETCODE_FAILURE}; UnregisterCallbackProxy() local
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dwindow_focus_changed_listener.cpp26 WindowFocusChangedListener::WindowFocusChangedListener(const std::shared_ptr<AppMgrServiceInner> &owner, in WindowFocusChangedListener() argument
27 const std::shared_ptr<AAFwk::TaskHandlerWrap>& handler) : owner_(owner), taskHandler_(handler) {} in WindowFocusChangedListener()
40 auto owner = inner.lock(); in OnFocused()
41 if (!owner) { in OnFocused()
45 owner->HandleFocused(focusChangeInfo); in OnFocused()
60 auto owner = inner.lock(); in OnUnfocused()
61 if (!owner) { in OnUnfocused()
65 owner->HandleUnfocused(focusChangeInfo); in OnUnfocused()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dattachment_container.cpp68 const auto owner = owner_.lock(); in Replace() local
86 bool AttachmentContainer::Initialize(const META_NS::IAttach::Ptr& owner) in Initialize() argument
88 if (!owner) { in Initialize()
91 owner_ = owner; in Initialize()
108 if (const auto owner = owner_.lock()) { in Attach()
112 if (current == owner) { in Attach()
122 const auto context = dataContext ? dataContext : interface_pointer_cast<IObject>(owner); in Attach()
137 if (const auto owner = owner_.lock()) { in Detach()
140 if (current != owner) { in Detach()
151 if (const auto owner in AddingToContainer()
191 const auto owner = owner_.lock(); RemoveAllAttachments() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_event_handler.cpp23 const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<UserController> &owner) in UserEventHandler()
24 : EventHandlerWrap(taskHandler), controller_(owner) in UserEventHandler()
30 auto owner = controller_.lock(); in ProcessEvent() local
31 if (owner) { in ProcessEvent()
32 owner->ProcessEvent(event); in ProcessEvent()
22 UserEventHandler( const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<UserController> &owner) UserEventHandler() argument
H A Dwindow_focus_changed_listener.cpp33 auto owner = inner.lock(); in OnFocused()
34 if (!owner) { in OnFocused()
39 owner->HandleFocused(focusChangeInfo); in OnFocused()
55 auto owner = inner.lock(); in OnUnfocused()
56 if (!owner) { in OnUnfocused()
61 owner->HandleUnfocused(focusChangeInfo); in OnUnfocused()
/foundation/ability/ability_runtime/test/unittest/window_focus_changed_listener_test/
H A Dwindow_focus_changed_listener_test.cpp65 std::shared_ptr<AbilityManagerService> owner; in HWTEST_F() local
67 auto info = std::make_shared<WindowFocusChangedListener>(owner, handler); in HWTEST_F()
82 std::shared_ptr<AbilityManagerService> owner; in HWTEST_F() local
84 auto info = std::make_shared<WindowFocusChangedListener>(owner, handler); in HWTEST_F()
102 std::shared_ptr<AbilityManagerService> owner; in HWTEST_F() local
106 auto info = std::make_shared<WindowFocusChangedListener>(owner, handler); in HWTEST_F()
124 std::shared_ptr<AbilityManagerService> owner; in HWTEST_F() local
126 auto info = std::make_shared<WindowFocusChangedListener>(owner, handler); in HWTEST_F()
141 std::shared_ptr<AbilityManagerService> owner; in HWTEST_F() local
143 auto info = std::make_shared<WindowFocusChangedListener>(owner, handle in HWTEST_F()
161 std::shared_ptr<AbilityManagerService> owner; HWTEST_F() local
[all...]
/foundation/communication/ipc/ipc/test/ipc/client/
H A Dipc_test_client.c51 static int ServerAddCallback(IOwner owner, int code, IpcIo *reply) in ServerAddCallback() argument
59 ReadInt32(reply, (int *)owner); in ServerAddCallback()
61 RPC_LOG_INFO("ServerAddCallback return[%d].", *(int32_t*)owner); in ServerAddCallback()
62 EXPECT_EQ(*(int32_t*)owner, tmpSum); in ServerAddCallback()
85 static int ServerMultiCallback(IOwner owner, int code, IpcIo *reply) in ServerMultiCallback() argument
92 ReadInt32(reply, (int *)owner); in ServerMultiCallback()
94 RPC_LOG_INFO("ServerMultiCallback return[%d].", *(int32_t*)owner); in ServerMultiCallback()
95 EXPECT_EQ(*(int32_t*)owner, tmpMulti); in ServerMultiCallback()
116 static int ServerSubCallback(IOwner owner, int code, IpcIo *reply) in ServerSubCallback() argument
123 ReadInt32(reply, (int *)owner); in ServerSubCallback()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dextension_mgr_proxy.h38 explicit ServiceDeathRecipient(std::weak_ptr<ExtensionMgrProxy> owner) : owner_(owner) in ServiceDeathRecipient() argument
43 auto owner = owner_.lock(); variable
44 if (owner != nullptr) {
45 owner->OnProxyDied();
H A Dbundle_mgr_proxy.h77 explicit ServiceDeathRecipient(std::weak_ptr<BundleMgrProxy> owner) : owner_(owner) {} in ServiceDeathRecipient() argument
80 auto owner = owner_.lock(); variable
81 if (owner != nullptr) {
82 owner->OnProxyDied();
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_queue.cpp139 // Remove all events which lost its owner. in RemoveOrphan()
144 // Remove all listeners which lost its owner. in RemoveOrphan()
159 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner) in Remove() argument
161 if (!owner) { in Remove()
162 HILOGE("Remove: Invalid owner"); in Remove()
166 auto filter = [&owner](const InnerEvent::Pointer &p) { return (p->GetOwner() == owner); }; in Remove()
171 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) in Remove() argument
173 if (!owner) { in Remove()
174 HILOGE("Remove: Invalid owner"); in Remove()
185 Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId, int64_t param) Remove() argument
200 Remove(const std::shared_ptr<EventHandler> &owner, const std::string &name) Remove() argument
226 HasInnerEvent(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) HasInnerEvent() argument
238 HasInnerEvent(const std::shared_ptr<EventHandler> &owner, int64_t param) HasInnerEvent() argument
391 RemoveFileDescriptorListener(const std::shared_ptr<EventHandler> &owner) RemoveFileDescriptorListener() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Devent_queue.h68 * Remove events if its owner is invalid.
75 * @param owner Owner of the event which is point to an instance of 'EventHandler'.
77 void Remove(const std::shared_ptr<EventHandler> &owner);
82 * @param owner Owner of the event which is point to an instance of 'EventHandler'.
85 void Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId);
90 * @param owner Owner of the event which is point to an instance of 'EventHandler'.
94 void Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId, int64_t param);
99 * @param owner Owner of the event which is point to an instance of 'EventHandler'.
102 void Remove(const std::shared_ptr<EventHandler> &owner, const std::string &name);
116 * Remove all file descriptor listeners for a specified owner
[all...]
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_manager.cpp65 static uint8_t DeserializeInnerAbilityInfo(IOwner owner, IpcIo *reply) in DeserializeInnerAbilityInfo() argument
67 if ((reply == nullptr) || (owner == nullptr)) { in DeserializeInnerAbilityInfo()
72 ResultOfQueryAbilityInfo *info = reinterpret_cast<ResultOfQueryAbilityInfo *>(owner); in DeserializeInnerAbilityInfo()
93 static uint8_t DeserializeInnerBundleInfo(IOwner owner, IpcIo *reply) in DeserializeInnerBundleInfo() argument
96 if ((reply == nullptr) || (owner == nullptr)) { in DeserializeInnerBundleInfo()
101 ResultOfGetBundleInfo *info = reinterpret_cast<ResultOfGetBundleInfo *>(owner); in DeserializeInnerBundleInfo()
124 static uint8_t DeserializeInnerBundleInfos(IOwner owner, IpcIo *reply) in DeserializeInnerBundleInfos() argument
127 if ((reply == nullptr) || (owner == nullptr)) { in DeserializeInnerBundleInfos()
132 ResultOfGetBundleInfos *info = reinterpret_cast<ResultOfGetBundleInfos *>(owner); in DeserializeInnerBundleInfos()
156 static uint8_t DeserializeInnerBundleName(IOwner owner, IpcI argument
196 DeserializeBundleSize(IOwner owner, IpcIo *reply) DeserializeBundleSize() argument
213 DeserializeSystemCapabilities(IOwner owner, IpcIo *reply) DeserializeSystemCapabilities() argument
257 Notify(IOwner owner, int code, IpcIo *reply) Notify() argument
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp82 s << info.bufferId << ":" << ToString(info.owner) << "(" << holdMs << "), "; in PrintAllBufferInfo()
106 s << " " << "inBufId = " << info.bufferId << ", owner = " << ToString(info.owner) in OnGetHidumperInfo()
115 s << " " << "outBufId = " << info.bufferId << ", owner = " << ToString(info.owner) in OnGetHidumperInfo()
136 arr[info.owner]++; in UpdateOwner()
138 for (uint32_t owner = 0; owner < static_cast<uint32_t>(OWNER_CNT); owner++) { in UpdateOwner()
139 CountTrace(HITRACE_TAG_ZMEDIA, ownerStr[owner], ar in UpdateOwner()
143 ReduceOwner(bool isInput, BufferOwner owner) ReduceOwner() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dbind.cpp54 bool Bind::SetTarget(const IProperty::ConstPtr& prop, bool getDeps, const IProperty* owner) in SetTarget() argument
59 if (SetTarget(f, getDeps, owner)) { in SetTarget()
65 bool Bind::SetTarget(const IFunction::ConstPtr& func, bool getDeps, const IProperty* owner) in SetTarget() argument
71 return func_ && CreateContext(getDeps, owner); in SetTarget()
136 bool Bind::CreateContext(bool eval, const IProperty* owner) in CreateContext() argument
147 if (state && owner && d.HasDependency(owner)) { in CreateContext()
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry/
H A Diproxy_client.h65 int (*Invoke)(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify)
73 * <b>owner</b> indicates the client proxy that receives the response data; <b>code</b> indicates
77 typedef int (*INotify)(IOwner owner, int code, IpcIo *reply);
106 * @param owner Indicates the receiver (generics type) of the response message.
114 int (*Invoke)(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_group_manager.cpp294 WifiP2pDevice owner = group.GetOwner(); in AddMacAddrPairInfo() local
296 __func__, type, owner.GetDeviceName().c_str(), in AddMacAddrPairInfo()
297 owner.GetDeviceAddress().c_str(), owner.GetDeviceAddressType()); in AddMacAddrPairInfo()
300 WifiMacAddrInfoType::P2P_DEVICE_MACADDR_INFO, owner.GetDeviceAddress()); in AddMacAddrPairInfo()
301 WifiConfigCenter::GetInstance().StoreWifiMacAddrPairInfo(type, owner.GetDeviceAddress(), goRandomMacAddr); in AddMacAddrPairInfo()
311 WifiMacAddrInfoType::P2P_DEVICE_MACADDR_INFO, owner.GetDeviceAddress()); in AddMacAddrPairInfo()
313 WifiConfigCenter::GetInstance().StoreWifiMacAddrPairInfo(type, owner.GetDeviceAddress(), goRandomMacAddr); in AddMacAddrPairInfo()
324 WifiMacAddrInfoType::P2P_GROUPSINFO_MACADDR_INFO, owner.GetDeviceAddress()); in AddMacAddrPairInfo()
325 WifiConfigCenter::GetInstance().StoreWifiMacAddrPairInfo(type, owner in AddMacAddrPairInfo()
342 WifiP2pDevice owner = group.GetOwner(); RemoveMacAddrPairInfo() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp198 ComponentHandle(PostProcessConfigurationComponentManager* owner, Entity entity) noexcept;
199 ComponentHandle(PostProcessConfigurationComponentManager* owner, Entity entity,
290 auto owner = src->Owner(); in Clone() local
291 if (owner == this) { in Clone()
294 } else if (owner) { in Clone()
295 return owner->Clone(src); in Clone()
304 auto owner = dst->Owner(); in Release() local
305 if (owner == this) { in Release()
315 } else if (owner) { in Release()
316 owner in Release()
765 auto owner = src->Owner(); Clone() local
780 auto owner = handle->Owner(); Release() local
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_mock_p2p_service.cpp274 WifiP2pDevice owner; in GetCurrentGroup() local
275 owner.SetDeviceName("DeviceName"); in GetCurrentGroup()
276 owner.SetDeviceAddress("DeviceAddress"); in GetCurrentGroup()
277 owner.SetPrimaryDeviceType("PrimaryDeviceType"); in GetCurrentGroup()
278 owner.SetSecondaryDeviceType("SecondaryDeviceType"); in GetCurrentGroup()
279 owner.SetP2pDeviceStatus(P2pDeviceStatus::PDS_INVITED); in GetCurrentGroup()
285 owner.SetWfdInfo(wfdInfo); in GetCurrentGroup()
286 owner.SetWpsConfigMethod(TEST_ONE_THOUSAND); in GetCurrentGroup()
287 owner.SetDeviceCapabilitys(TEST_ONE_THOUSAND); in GetCurrentGroup()
288 owner in GetCurrentGroup()
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Ddata_share_manager_impl.h54 explicit ServiceDeathRecipient(DataShareManagerImpl *owner) : owner_(owner) in ServiceDeathRecipient() argument
70 explicit DataShareClientStatusChangeStub(DataShareManagerImpl *owner) : owner_(owner) in DataShareClientStatusChangeStub() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_overlay_holder.h55 auto owner = GetOwner(); in GetOwnerId() local
56 return owner ? owner->GetId() : -1; in GetOwnerId()

Completed in 13 milliseconds

1234567