Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 25 of 66) sorted by relevance

123

/foundation/CastEngine/castengine_wifi_display/services/common/
Dcommon_macro.h28 #define RETURN_IF_NULL(pointer) \ argument
35 #define RETURN_FALSE_IF_NULL(pointer) \ argument
42 #define RETURN_INVALID_IF_NULL(pointer) \ argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_pro/
Dwifi_pro_state_machine.h184 inline void ParsePointer(T *&pointer) in ParsePointer()
187 delete pointer; in ParsePointer() local
193 inline ErrCode JudgmentEmpty(T *&pointer) in JudgmentEmpty()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
Dsoftap_manager_state_machine.h79 inline void ParsePointer(T *&pointer) in ParsePointer()
82 delete pointer; in ParsePointer() local
88 inline ErrCode JudgmentEmpty(T *&pointer) in JudgmentEmpty()
Dmulti_sta_state_machine.h78 inline void ParsePointer(T *&pointer) in ParsePointer()
81 delete pointer; in ParsePointer() local
87 inline ErrCode JudgmentEmpty(T *&pointer) in JudgmentEmpty()
Dconcrete_manager_state_machine.h114 inline void ParsePointer(T *&pointer) in ParsePointer()
117 delete pointer; in ParsePointer() local
123 inline ErrCode JudgmentEmpty(T *&pointer) in JudgmentEmpty()
Dwifi_controller_state_machine.h128 inline void ParsePointer(T *&pointer) in ParsePointer()
131 delete pointer; in ParsePointer() local
137 inline ErrCode JudgmentEmpty(T *&pointer) in JudgmentEmpty()
Drpt_manager_state_machine.h127 inline void ParsePointer(T *&pointer) in ParsePointer()
130 delete pointer; in ParsePointer() local
136 inline ErrCode JudgmentEmpty(T *&pointer) in JudgmentEmpty()
/foundation/arkui/napi/utils/
Ddata_protector.cpp22 uintptr_t DataProtector::AutDecrypt(const uintptr_t pointer, [[maybe_unused]]const uintptr_t addres… in AutDecrypt()
38 uintptr_t DataProtector::PacEncrypt(const uintptr_t pointer, [[maybe_unused]]const uintptr_t addres… in PacEncrypt()
54 uintptr_t DataProtector::AutDecrypt(const uintptr_t pointer, [[maybe_unused]]const uintptr_t addres… in AutDecrypt()
59 uintptr_t DataProtector::PacEncrypt(const uintptr_t pointer, [[maybe_unused]]const uintptr_t addres… in PacEncrypt()
Ddata_protector.h24 explicit DataProtector(const uintptr_t pointer) in DataProtector()
34 void Update(const uintptr_t pointer) in Update()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dquery_helper.cpp100 int pointer = 0; // Read pointer starts at 0 in StringToDbQuery() local
128 bool QueryHelper::Handle(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQ… in Handle()
158 bool QueryHelper::HandleExtra(const std::vector<std::string> &words, int &pointer, int end, DBQuery… in HandleExtra()
180 bool QueryHelper::HandleEqualTo(const std::vector<std::string> &words, int &pointer, int end, DBQue… in HandleEqualTo()
207 bool QueryHelper::HandleNotEqualTo(const std::vector<std::string> &words, int &pointer, int end, DB… in HandleNotEqualTo()
234 bool QueryHelper::HandleGreaterThan(const std::vector<std::string> &words, int &pointer, int end, D… in HandleGreaterThan()
259 bool QueryHelper::HandleLessThan(const std::vector<std::string> &words, int &pointer, int end, DBQu… in HandleLessThan()
285 const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) in HandleGreaterThanOrEqualTo()
311 const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) in HandleLessThanOrEqualTo()
336 bool QueryHelper::HandleIsNull(const std::vector<std::string> &words, int &pointer, int end, DBQuer… in HandleIsNull()
[all …]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
Diterator.h49 using pointer = typename T::const_pointer; variable
149 using pointer = typename T::pointer; variable
261 using pointer = typename Iter::pointer; variable
370 using pointer = Iter; variable
Darray_view.h37 using pointer = value_type*; in BASE_BEGIN_NAMESPACE() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
Ddrawing_font_collection.cpp68 OH_Drawing_FontCollection* pointer = reinterpret_cast<OH_Drawing_FontCollection*>(fc.get()); in OH_Drawing_CreateSharedFontCollection() local
134 OH_Drawing_FontCollection* pointer = reinterpret_cast<OH_Drawing_FontCollection*>(fc.get()); in OH_Drawing_GetFontCollectionGlobalInstance() local
/foundation/barrierfree/accessibility/services/aams/src/
Daccessibility_touchEvent_injector.cpp106 MMI::PointerEvent::PointerItem pointer = {}; in CancelGesture() local
220 MMI::PointerEvent::PointerItem pointer = {}; in ParseTapsEvents() local
276 MMI::PointerEvent::PointerItem pointer = {}; in ParseMovesEvents() local
Dtouch_exploration_single_finger_gesture.cpp634 MMI::PointerEvent::PointerItem pointer {}; in RecordFocusedLocation() local
736 MMI::PointerEvent::PointerItem pointer {}; in OffsetEvent() local
763 MMI::PointerEvent::PointerItem pointer {}; in HandleOneFingerDoubleTapAndLongPressState() local
/foundation/multimodalinput/input/service/crown_transform_processor/test/src/
Dcrown_transform_processor_ex_test.cpp76 libinput_event_pointer pointer {}; variable
/foundation/multimodalinput/input/frameworks/proxy/events/test/
Dpointer_event_test.cpp1859 auto pointer = PointerEvent::Create(); variable
1875 auto pointer = PointerEvent::Create(); variable
1891 auto pointer = PointerEvent::Create(); variable
1907 auto pointer = PointerEvent::Create(); variable
1923 auto pointer = PointerEvent::Create(); variable
1939 auto pointer = PointerEvent::Create(); variable
1955 auto pointer = PointerEvent::Create(); variable
1971 auto pointer = PointerEvent::Create(); variable
/foundation/ability/ability_runtime/interfaces/inner_api/napi_base_context/src/
Dnapi_base_context.cpp66 void* pointer = nullptr; in GetCurrentAbility() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
Dself_cure_state_machine.h305 inline void ParsePointer(T *&pointer) in ParsePointer()
308 delete pointer; in ParsePointer() local
324 inline ErrCode JudgmentEmpty(T *&pointer) in JudgmentEmpty()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
Darray_view.h33 using pointer = T*; member
71 using pointer = value_type*; variable
/foundation/arkui/napi/native_engine/
Dnative_async_work.h63 static Outer* DereferenceOf(const Inner Outer::*field, const Inner* pointer) in DereferenceOf()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
Daccessibility_screen_touch_test.cpp338 MMI::PointerEvent::PointerItem pointer = {}; variable
361 MMI::PointerEvent::PointerItem pointer = {}; variable
403 MMI::PointerEvent::PointerItem pointer = {}; variable
429 MMI::PointerEvent::PointerItem pointer = {}; variable
455 MMI::PointerEvent::PointerItem pointer = {}; variable
481 MMI::PointerEvent::PointerItem pointer = {}; variable
507 MMI::PointerEvent::PointerItem pointer = {}; variable
533 MMI::PointerEvent::PointerItem pointer = {}; variable
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/include/
Dui_effect_napi_utils.h51 #define UIEFFECT_NAPI_CHECK_RET_DELETE_POINTER(x, res, pointer, msg) \ argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
Dkvdb_service_test.cpp531 int pointer = 0; variable
580 int pointer = 1; variable
623 int pointer = 0; variable
649 int pointer = 2; variable
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
Dsta_state_machine.h480 inline void ParsePointer(T *&pointer) in ParsePointer()
483 delete pointer; in ParsePointer() local
497 inline ErrCode JudgmentEmpty(T *&pointer) in JudgmentEmpty()

123