/foundation/communication/nfc/test/fuzztest/services_test/nfcpollingmanager_test/nfcpollingmanager/nfcpollingmanager_fuzzer/ |
H A D | nfcpollingmanager_fuzzer.cpp | 41 std::weak_ptr<NfcService> nfcService; in FuzzStartPollingLoop() 42 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzStartPollingLoop() 43 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzStartPollingLoop() 52 std::weak_ptr<NfcService> nfcService; in FuzzEnableForegroundDispatch() 53 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzEnableForegroundDispatch() 54 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzEnableForegroundDispatch() 65 std::weak_ptr<NfcService> nfcService; in FuzzDisableForegroundDispatch() 66 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzDisableForegroundDispatch() 67 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzDisableForegroundDispatch() 76 std::weak_ptr<NfcServic in FuzzDisableForegroundByDeathRcpt() [all...] |
/foundation/communication/nfc/services/include/ |
H A D | nfc_event_handler.h | 31 std::weak_ptr<NfcService> service);
36 void Intialize(std::weak_ptr<TAG::TagDispatcher> tagDispatcher,
37 std::weak_ptr<CeService> ceService,
38 std::weak_ptr<NfcPollingManager> nfcPollingManager,
39 std::weak_ptr<NfcRoutingManager> nfcRoutingManager,
40 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy);
67 std::weak_ptr<NfcService> nfcService_ {};
68 std::weak_ptr<TAG::TagDispatcher> tagDispatcher_ {};
69 std::weak_ptr<CeService> ceService_ {};
70 std::weak_ptr<NfcPollingManage [all...] |
H A D | nfc_routing_manager.h | 27 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy, 28 std::weak_ptr<NCI::INciCeInterface> nciCeProxy, 29 std::weak_ptr<NfcService> nfcService); 40 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy_ {}; 41 std::weak_ptr<NCI::INciCeInterface> nciCeProxy_ {}; 42 std::weak_ptr<NfcService> nfcService_ {};
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | continuation_test.cpp | 126 std::weak_ptr<ContinuationManager> continuationManager = continuationManager_; in HWTEST_F() 127 std::weak_ptr<Ability> abilityTmp = ability_; in HWTEST_F() 146 std::weak_ptr<ContinuationManager> continuationManager = continuationManager_; in HWTEST_F() 147 std::weak_ptr<Ability> abilityTmp = ability_; in HWTEST_F() 164 std::weak_ptr<ContinuationManager> continuationManager = continuationManager_; in HWTEST_F() 165 std::weak_ptr<Ability> abilityTmp = ability_; in HWTEST_F() 182 std::weak_ptr<ContinuationManager> continuationManager = continuationManager_; in HWTEST_F() 183 std::weak_ptr<Ability> abilityTmp = mockAbility_; in HWTEST_F() 200 std::weak_ptr<ContinuationManager> continuationManager = continuationManager_; in HWTEST_F() 201 std::weak_ptr<Abilit in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/ |
H A D | js_ability_monitor.h | 57 void OnAbilityCreate(const std::weak_ptr<NativeReference> &abilityObj); 65 void OnAbilityForeground(const std::weak_ptr<NativeReference> &abilityObj); 73 void OnAbilityBackground(const std::weak_ptr<NativeReference> &abilityObj); 81 void OnAbilityDestroy(const std::weak_ptr<NativeReference> &abilityObj); 89 void OnWindowStageCreate(const std::weak_ptr<NativeReference> &abilityObj); 97 void OnWindowStageRestore(const std::weak_ptr<NativeReference> &abilityObj); 105 void OnWindowStageDestroy(const std::weak_ptr<NativeReference> &abilityObj); 136 const std::weak_ptr<NativeReference> &abilityObj);
|
H A D | ability_monitor.h | 59 void OnAbilityStart(const std::weak_ptr<NativeReference> &abilityObj) override; 66 void OnAbilityForeground(const std::weak_ptr<NativeReference> &abilityObj) override; 73 void OnAbilityBackground(const std::weak_ptr<NativeReference> &abilityObj) override; 80 void OnAbilityStop(const std::weak_ptr<NativeReference> &abilityObj) override; 87 void OnWindowStageCreate(const std::weak_ptr<NativeReference> &abilityObj) override; 94 void OnWindowStageRestore(const std::weak_ptr<NativeReference> &abilityObj) override; 101 void OnWindowStageDestroy(const std::weak_ptr<NativeReference> &abilityObj) override;
|
H A D | ability_monitor.cpp | 35 void AbilityMonitor::OnAbilityStart(const std::weak_ptr<NativeReference> &abilityObj) in OnAbilityStart() 46 void AbilityMonitor::OnAbilityForeground(const std::weak_ptr<NativeReference> &abilityObj) in OnAbilityForeground() 57 void AbilityMonitor::OnAbilityBackground(const std::weak_ptr<NativeReference> &abilityObj) in OnAbilityBackground() 68 void AbilityMonitor::OnAbilityStop(const std::weak_ptr<NativeReference> &abilityObj) in OnAbilityStop() 79 void AbilityMonitor::OnWindowStageCreate(const std::weak_ptr<NativeReference> &abilityObj) in OnWindowStageCreate() 91 void AbilityMonitor::OnWindowStageRestore(const std::weak_ptr<NativeReference> &abilityObj) in OnWindowStageRestore() 102 void AbilityMonitor::OnWindowStageDestroy(const std::weak_ptr<NativeReference> &abilityObj) in OnWindowStageDestroy()
|
H A D | js_ability_monitor.cpp | 32 void JSAbilityMonitor::OnAbilityCreate(const std::weak_ptr<NativeReference> &abilityObj) in OnAbilityCreate() 38 void JSAbilityMonitor::OnAbilityForeground(const std::weak_ptr<NativeReference> &abilityObj) in OnAbilityForeground() 44 void JSAbilityMonitor::OnAbilityBackground(const std::weak_ptr<NativeReference> &abilityObj) in OnAbilityBackground() 50 void JSAbilityMonitor::OnAbilityDestroy(const std::weak_ptr<NativeReference> &abilityObj) in OnAbilityDestroy() 56 void JSAbilityMonitor::OnWindowStageCreate(const std::weak_ptr<NativeReference> &abilityObj) in OnWindowStageCreate() 62 void JSAbilityMonitor::OnWindowStageRestore(const std::weak_ptr<NativeReference> &abilityObj) in OnWindowStageRestore() 68 void JSAbilityMonitor::OnWindowStageDestroy(const std::weak_ptr<NativeReference> &abilityObj) in OnWindowStageDestroy() 83 const std::weak_ptr<NativeReference> &abilityObj) in CallLifecycleCBFunction()
|
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/ |
H A D | hostcardemulationmanager_fuzzer.cpp | 61 std::weak_ptr<NfcService> nfcService; in FuzzOnHostCardEmulationDataNfcA() 62 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnHostCardEmulationDataNfcA() 63 std::weak_ptr<CeService> ceService; in FuzzOnHostCardEmulationDataNfcA() 76 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnHostCardEmulationDataNfcA1() 104 std::weak_ptr<NfcService> nfcService; in FuzzOnCardEmulationActivated() 105 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnCardEmulationActivated() 106 std::weak_ptr<CeService> ceService; in FuzzOnCardEmulationActivated() 114 std::weak_ptr<NfcService> nfcService; in FuzzOnCardEmulationDeactivated() 115 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnCardEmulationDeactivated() 116 std::weak_ptr<CeServic in FuzzOnCardEmulationDeactivated() [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | shared_ptr.h | 26 * @brief C++ standard like weak_ptr. 29 class weak_ptr final : public Internals::PtrCountedBase<T> { 32 weak_ptr() = default; 33 ~weak_ptr() in ~weak_ptr() 40 weak_ptr(nullptr_t) {} in weak_ptr() function in final 41 weak_ptr(const shared_ptr<T>& p) : Internals::PtrCountedBase<T>(p) in weak_ptr() function in final 47 weak_ptr(const weak_ptr& p) noexcept : Internals::PtrCountedBase<T>(p) in PtrCountedBase() 53 weak_ptr(weak_ptr in PtrCountedBase() 112 weak_ptr(const shared_ptr<U>& p) weak_ptr() function in final 118 weak_ptr(const weak_ptr<U>& p) : weak_ptr(shared_ptr<T>(p.lock())) weak_ptr() function in final [all...] |
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/ |
H A D | iability_monitor.h | 94 virtual void OnAbilityStart(const std::weak_ptr<NativeReference> &abilityObj); 101 virtual void OnAbilityForeground(const std::weak_ptr<NativeReference> &abilityObj); 108 virtual void OnAbilityBackground(const std::weak_ptr<NativeReference> &abilityObj); 115 virtual void OnAbilityStop(const std::weak_ptr<NativeReference> &abilityObj); 122 virtual void OnWindowStageCreate(const std::weak_ptr<NativeReference> &abilityObj); 129 virtual void OnWindowStageRestore(const std::weak_ptr<NativeReference> &abilityObj); 136 virtual void OnWindowStageDestroy(const std::weak_ptr<NativeReference> &abilityObj);
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/ability_delegator/ |
H A D | mock_iability_monitor.cpp | 36 void MockIabilityMonitor::OnAbilityStart(const std::weak_ptr<NativeReference>& abilityObj) in OnAbilityStart() 42 void MockIabilityMonitor::OnAbilityForeground(const std::weak_ptr<NativeReference>& abilityObj) in OnAbilityForeground() 48 void MockIabilityMonitor::OnAbilityBackground(const std::weak_ptr<NativeReference>& abilityObj) in OnAbilityBackground() 54 void MockIabilityMonitor::OnAbilityStop(const std::weak_ptr<NativeReference>& abilityObj) in OnAbilityStop() 60 void MockIabilityMonitor::OnWindowStageCreate(const std::weak_ptr<NativeReference>& abilityObj) in OnWindowStageCreate() 66 void MockIabilityMonitor::OnWindowStageRestore(const std::weak_ptr<NativeReference>& abilityObj) in OnWindowStageRestore() 72 void MockIabilityMonitor::OnWindowStageDestroy(const std::weak_ptr<NativeReference>& abilityObj) in OnWindowStageDestroy()
|
H A D | mock_iability_monitor.h | 42 void OnAbilityStart(const std::weak_ptr<NativeReference>& abilityObj) override; 43 void OnAbilityForeground(const std::weak_ptr<NativeReference>& abilityObj) override; 44 void OnAbilityBackground(const std::weak_ptr<NativeReference>& abilityObj) override; 45 void OnAbilityStop(const std::weak_ptr<NativeReference>& abilityObj) override; 47 void OnWindowStageCreate(const std::weak_ptr<NativeReference>& abilityObj) override; 48 void OnWindowStageRestore(const std::weak_ptr<NativeReference>& abilityObj) override; 49 void OnWindowStageDestroy(const std::weak_ptr<NativeReference>& abilityObj) override;
|
/foundation/multimedia/audio_framework/services/audio_policy/client/include/ |
H A D | audio_policy_manager_listener_stub.h | 39 void SetInterruptCallback(const std::weak_ptr<AudioInterruptCallback> &callback); 40 void SetAvailableDeviceChangeCallback(const std::weak_ptr<AudioManagerAvailableDeviceChangeCallback> &cb); 41 void SetQueryClientTypeCallback(const std::weak_ptr<AudioQueryClientTypeCallback> &cb); 46 std::weak_ptr<AudioInterruptCallback> callback_; 47 std::weak_ptr<AudioManagerAvailableDeviceChangeCallback> audioAvailableDeviceChangeCallback_; 48 std::weak_ptr<AudioQueryClientTypeCallback> audioQueryClientTypeCallback_;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_point_light_manager.h | 33 void AddDirtyLightSource(std::weak_ptr<RSRenderNode> renderNode); 34 void AddDirtyIlluminated(std::weak_ptr<RSRenderNode> renderNode); 58 void PrepareLight(std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>>& map, 59 std::vector<std::weak_ptr<RSRenderNode>>& dirtyList, bool isLightSourceDirty); 60 std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>> lightSourceNodeMap_; 61 std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>> illuminatedNodeMap_; 62 std::vector<std::weak_ptr<RSRenderNode>> dirtyLightSourceList_; 63 std::vector<std::weak_ptr<RSRenderNode>> dirtyIlluminatedList_;
|
/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | ndef_formatable_tag.h | 26 explicit NdefFormatableTag(std::weak_ptr<TagInfo> tag); 34 static std::shared_ptr<NdefFormatableTag> GetTag(std::weak_ptr<TagInfo> tag); 41 int Format(std::weak_ptr<NdefMessage> firstMessage); 48 int FormatReadOnly(std::weak_ptr<NdefMessage> firstMessage); 51 int Format(std::weak_ptr<NdefMessage> firstMessage, bool bMakeReadOnly);
|
/foundation/communication/nfc/test/unittest/services/services_test/ |
H A D | nfc_event_handler_test.cpp | 65 std::weak_ptr<CeService> ceService; in HWTEST_F() 66 std::weak_ptr<NfcPollingManager> nfcPollingManager; in HWTEST_F() 67 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() 68 std::weak_ptr<NfcRoutingManager> nfcRoutingManager; in HWTEST_F() 86 std::weak_ptr<CeService> ceService; in HWTEST_F() 87 std::weak_ptr<NfcPollingManager> nfcPollingManager; in HWTEST_F() 88 std::weak_ptr<NfcRoutingManager> nfcRoutingManager; in HWTEST_F() 89 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() 107 std::weak_ptr<CeService> ceService; in HWTEST_F() 108 std::weak_ptr<NfcPollingManage in HWTEST_F() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/network/server/ |
H A D | base_server.h | 38 virtual std::weak_ptr<BaseServer> &GetServer() in GetServer() 51 std::weak_ptr<BaseServer> server_; 61 virtual std::weak_ptr<BaseServer> &GetServer() in GetServer() 76 std::weak_ptr<BaseServer> server_; 86 std::weak_ptr<IServerCallback> &GetCallback() override; 87 void RegisterCallback(std::weak_ptr<IServerCallback> callback) override; 92 std::weak_ptr<IServerCallback> callback_;
|
/foundation/CastEngine/castengine_wifi_display/services/network/client/ |
H A D | base_client.h | 37 virtual std::weak_ptr<BaseClient> &GetClient() in GetClient() 50 std::weak_ptr<BaseClient> client_; 60 virtual std::weak_ptr<BaseClient> &GetClient() in GetClient() 75 std::weak_ptr<BaseClient> client_; 85 virtual std::weak_ptr<IClientCallback> &GetCallback(); 88 void RegisterCallback(std::weak_ptr<IClientCallback> callback) override; 93 std::weak_ptr<IClientCallback> callback_;
|
/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | audio_manager_listener_stub.h | 40 void SetParameterCallback(const std::weak_ptr<AudioParameterCallback>& callback);
41 void SetWakeupSourceCallback(const std::weak_ptr<WakeUpSourceCallback>& callback);
43 std::weak_ptr<AudioParameterCallback> callback_;
44 std::weak_ptr<WakeUpSourceCallback> wakeUpCallback_;
|
/foundation/communication/nfc/services/src/ |
H A D | nfc_event_handler.cpp | 41 explicit ScreenChangedReceiver(std::weak_ptr<NfcService> nfcService,
49 std::weak_ptr<NfcService> nfcService_ {};
50 std::weak_ptr<NfcEventHandler> eventHandler_ {};
53 NfcEventHandler::ScreenChangedReceiver::ScreenChangedReceiver(std::weak_ptr<NfcService> nfcService,
in ScreenChangedReceiver() 115 explicit PackageChangedReceiver(std::weak_ptr<NfcService> nfcService,
123 std::weak_ptr<NfcService> nfcService_ {};
124 std::weak_ptr<AppExecFwk::EventHandler> eventHandler_ {};
127 NfcEventHandler::PackageChangedReceiver::PackageChangedReceiver(std::weak_ptr<NfcService> nfcService,
in PackageChangedReceiver() 155 explicit ShutdownEventReceiver(std::weak_ptr<NfcService> nfcService,
163 std::weak_ptr<NfcServic [all...] |
/foundation/communication/nfc/test/fuzztest/services_test/ndefhardataparser_test/ndefhardataparser/ndefhardataparser_fuzzer/ |
H A D | ndefhardataparser_fuzzer.cpp | 41 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef1() 50 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef2() 59 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef3() 68 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef4() 77 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef5() 86 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef6() 95 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef7() 104 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef8() 113 std::weak_ptr<INciTagInterface> testPtr; in FuzzTryNdef9() 122 std::weak_ptr<INciTagInterfac in FuzzTryNdef10() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | input_unittest.cpp | 45 std::weak_ptr<void> vInputFormat = inputFormat;
in HWTEST_F() 46 std::weak_ptr<void> vInputSrc = inputSrc;
in HWTEST_F() 72 std::weak_ptr<void> vInputFormat = inputFormat;
in HWTEST_F() 73 std::weak_ptr<void> vInputSrc = inputSrc;
in HWTEST_F() 98 std::weak_ptr<void> vInputFormat = inputFormat;
in HWTEST_F() 106 std::weak_ptr<void> vPixelMap = shpPixelMap;
in HWTEST_F() 130 std::weak_ptr<void> vInputFormat = inputFormat;
in HWTEST_F() 142 std::weak_ptr<void> vPixelMap = shpPixelMap;
in HWTEST_F() 169 std::weak_ptr<void> vInputFormat = inputFormat;
in HWTEST_F() 178 std::weak_ptr<voi in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_death_recipient.h | 52 std::weak_ptr<AAFwk::TaskHandlerWrap> handler_; 53 std::weak_ptr<AppMgrServiceInner> appMgrServiceInner_; 58 AppStateCallbackDeathRecipient(std::weak_ptr<AppMgrServiceInner> appMgrServiceInner); 61 std::weak_ptr<AppMgrServiceInner> appMgrServiceInner_;
|
/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | player_listener_stub.h | 38 void SetPlayerCallback(const std::weak_ptr<PlayerCallback> &callback); 40 void SetMonitor(const std::weak_ptr<MonitorClientObject> &monitor); 44 std::weak_ptr<PlayerCallback> callback_; 45 std::weak_ptr<MonitorClientObject> monitor_;
|