Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 25 of 54) sorted by relevance

123

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_regs.cpp155 void DfxRegs::GetSpecialRegs(uintptr_t& fp, uintptr_t& lr, uintptr_t& sp, uintptr_t& pc) const in GetSpecialRegs()
165 void DfxRegs::SetSpecialRegs(uintptr_t fp, uintptr_t lr, uintptr_t sp, uintptr_t pc) in SetSpecialRegs()
180 void DfxRegs::SetSp(uintptr_t sp) in SetSp()
213 uintptr_t fp = 0, lr = 0, sp = 0, pc = 0; in GetSpecialRegsName() local
248 uintptr_t fp = 0, lr = 0, sp = 0, pc = 0; in PrintSpecialRegs() local
Ddfx_ark.cpp217 uintptr_t *fp, uintptr_t *sp, uintptr_t *pc, uintptr_t* methodid, bool *isJsFrame) in StepArkFrame()
263 int DfxArk::GetArkNativeFrameInfo(int pid, uintptr_t& pc, uintptr_t& fp, uintptr_t& sp, JsFrame* fr… in GetArkNativeFrameInfo()
/base/usb/usb_manager/test/tool/
Dusb_function_test.cpp66 explicit UsbSubscriberTest(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) {} in UsbSubscriberTest()
182 static void DeviceSpeed(UsbSrvClient &g_usbClient, int32_t &sp) in DeviceSpeed()
209 static void ResetProxy(UsbSrvClient &g_usbClient, int32_t &sp) in ResetProxy()
233 int32_t sp; in DeviceStatus() local
252 int32_t sp; in SetProxy() local
/base/telephony/core_service/services/network_search/test/
Dtest_broadcast.h26 …explicit TestBroadCast(const EventFwk::CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) {} in TestBroadCast()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_operator_brocast_test.h30 …explicit SimOperatorBrocastTest(const EventFwk::CommonEventSubscribeInfo &sp) : CommonEventSubscri… in SimOperatorBrocastTest()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Dfp_unwinder.h66 MAYBE_UNUSED uintptr_t sp = 0; variable
95 MAYBE_UNUSED uintptr_t sp = 0; variable
Ddfx_ark.h65 uintptr_t *sp; member
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dark_test.cpp194 uintptr_t *sp = &zero; variable
218 uintptr_t *sp = &zero; variable
267 uintptr_t& sp = zero; variable
/base/notification/common_event_service/frameworks/core/test/unittest/
Dcommon_event_listener_test.cpp40 explicit ListenerSubscriberTest(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) in ListenerSubscriberTest()
/base/notification/common_event_service/test/fuzztest/unsubscribecommonevent_fuzzer/
Dunsubscribecommonevent_fuzzer.cpp24 explicit TestSubscriber(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) in TestSubscriber()
/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/
Dsubscribecommonevent_fuzzer.cpp30 explicit TestSubscriber(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) in TestSubscriber()
/base/notification/common_event_service/frameworks/native/test/unittest/
Dcommon_event_unsubscribe_test.cpp59 explicit DreivedSubscriber(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) in DreivedSubscriber()
109 explicit SubscriberTest(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) in SubscriberTest()
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
Dfaultloggerdunwinder_fuzzer.cpp46 uintptr_t sp; in TestGetArkNativeFrameInfo() local
67 uintptr_t sp; in TestStepArkFrame() local
88 uintptr_t sp; in TestStepArkFrameWithJit() local
/base/notification/common_event_service/services/src/
Dinner_common_event_manager.cpp326 …std::shared_ptr<CommonEventSubscribeInfo> sp = std::make_shared<CommonEventSubscribeInfo>(subscrib… in SubscribeCommonEvent() local
374 …std::shared_ptr<OrderedEventRecord> sp = controlPtr_->GetMatchingOrderedReceiver(commonEventListen… in UnsubscribeCommonEvent() local
447 std::shared_ptr<OrderedEventRecord> sp = controlPtr_->GetMatchingOrderedReceiver(proxy); in FinishReceiver() local
568const std::shared_ptr<CommonEventSubscribeInfo> &sp, const std::shared_ptr<EventSubscriberRecord> … in PublishStickyEvent()
/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
Dcommonevent_fuzzer.cpp25 explicit TestSubscriber(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) in TestSubscriber()
/base/notification/common_event_service/interfaces/kits/cj/src/
Dsubscriber.cpp24 SubscriberImpl::SubscriberImpl(std::shared_ptr<CommonEventSubscribeInfo> sp, int64_t infoId) in SubscriberImpl()
/base/hiviewdfx/hisysevent/frameworks/native/util/
Dstring_util.cpp47 int ConvertCString(const std::string& str, char** sp, size_t len) in ConvertCString()
/base/telephony/core_service/services/sim/test/
Dcommon_event_test.h51 explicit CommonEventTest(const EventFwk::CommonEventSubscribeInfo &sp) in CommonEventTest()
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_freeze_test.cpp89 explicit SubscriberTest(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) in SubscriberTest()
139 explicit SubscriberTest2(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) in SubscriberTest2()
199 explicit SubscriberTestLast(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) in SubscriberTestLast()
Dinner_common_event_manager_test.cpp46 explicit DreivedSubscriber(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) in DreivedSubscriber()
278 std::shared_ptr<CommonEventSubscribeInfo> sp = nullptr; in HWTEST_F() local
294 …std::shared_ptr<CommonEventSubscribeInfo> sp = std::make_shared<CommonEventSubscribeInfo>(matching… in HWTEST_F() local
Dcommon_event_unsubscribe_unit_test.cpp59 explicit SubscriberTest(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) in SubscriberTest()
/base/hiviewdfx/hiview/base/
Dpipeline.cpp172 std::shared_ptr<Plugin> sp = wp.lock(); in RemoveProcessor() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_async_thread.cpp144 auto createFrame = [maps, unwinder] (size_t index, uintptr_t pc, uintptr_t sp = 0) { in UnwindThreadFallback()
/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_event_test.cpp45 explicit UsbSubscriberTest(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) {} in UsbSubscriberTest()
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp550 std::shared_ptr<EventRunner> sp(new (std::nothrow) EventRunner(false, mode)); in Create() local
573 std::shared_ptr<EventRunner> sp(new (std::nothrow) EventRunner(false, Mode::DEFAULT)); in Create() local
591 std::shared_ptr<EventRunner> sp(new EventRunner(true, mode)); in Create() local

123