| /base/security/security_component_manager/services/security_component_service/sa/test/mock/include/ |
| H A D | system_ability.h | 41 bool Publish(sptr<IRemoteObject> obj) in Publish() argument
|
| /base/security/security_guard/frameworks/common/data_collect_manager/src/ |
| H A D | data_collect_manager.cpp | 40 auto obj = new (std::nothrow) SecurityEventQueryCallbackService(callback); in QuerySecurityEvent() local
|
| /base/time/time_service/services/ipc/stub/ |
| H A D | timer_call_back_stub.cpp | 45 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in OnTriggerStub() local
|
| /base/time/time_service/framework/js/napi/system_timer/src/ |
| H A D | timer_type.cpp | 32 napi_value obj = nullptr; in TimerTypeInit() local
|
| /base/telephony/state_registry/frameworks/native/observer/src/ |
| H A D | telephony_observer_client.cpp | 42 sptr<IRemoteObject> obj = sam->CheckSystemAbility(TELEPHONY_STATE_REGISTRY_SYS_ABILITY_ID); in GetProxy() local
|
| /base/useriam/pin_auth/frameworks/ipc/src/ |
| H A D | pin_auth_stub.cpp | 52 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in RegisterInputerStub() local
|
| H A D | inputer_get_data_stub.cpp | 79 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in ReadInputerGetDataParam() local
|
| /base/usb/usb_manager/utils/native/src/ |
| H A D | usb_napi_errors.cpp | 26 auto obj = ERRCODE_MSG_MAP.find(errCode); in GetErrMsgByErrCode() local
|
| /base/useriam/user_auth_framework/services/context/src/ |
| H A D | context_death_recipient.cpp | 38 auto obj = iamCallback->AsObject(); in AddDeathRecipient() local 71 auto obj = iamCallback->AsObject(); in RemoveDeathRecipient() local
|
| /base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
| H A D | co_auth_client_test.cpp | 90 CallRemoteObject(const std::shared_ptr<MockCoAuthService> service, const sptr<MockRemoteObject> &obj, sptr<IRemoteObject::DeathRecipient> &dr, uint64_t testExecutorIndex) CallRemoteObject() argument [all...] |
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_bitmap.c | 31 u32 obj;
in _mali_osk_bitmap_alloc() local 52 void _mali_osk_bitmap_free(struct _mali_osk_bitmap *bitmap, u32 obj)
in _mali_osk_bitmap_free() argument 61 u32 obj;
in _mali_osk_bitmap_alloc_range() local 106 _mali_osk_bitmap_free_range(struct _mali_osk_bitmap *bitmap, u32 obj, int cnt) _mali_osk_bitmap_free_range() argument [all...] |
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_bitmap.c | 27 u32 obj; in _mali_osk_bitmap_alloc() local 48 void _mali_osk_bitmap_free(struct _mali_osk_bitmap *bitmap, u32 obj) in _mali_osk_bitmap_free() argument 57 u32 obj; in _mali_osk_bitmap_alloc_range() local 105 _mali_osk_bitmap_free_range(struct _mali_osk_bitmap *bitmap, u32 obj, int cnt) _mali_osk_bitmap_free_range() argument [all...] |
| /foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
| H A D | child_process_args.cpp | 52 ChildProcessArgs *obj = new (std::nothrow) ChildProcessArgs(); in Unmarshalling() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
| H A D | svg_image_object.cpp | 25 auto obj = AceType::MakeRefPtr<SvgImageObject>(src, SizeF()); in Create() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/ |
| H A D | grid_container_layout_property.h | 68 void SetReserveObj(const RefPtr<GridContainerLayoutProperty>& obj) in SetReserveObj() argument 74 auto obj = reserveProperty_.Upgrade(); in GetReserveObj() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_keyboard_avoid.cpp | 50 auto obj = "KeyBoardAvoidMode.OFFSET"; in GetKeyboardAvoidMode() local
|
| H A D | js_menu_item_group.cpp | 30 auto obj = JSRef<JSObject>::Cast(info[0]); in Create() local
|
| H A D | js_column_split.cpp | 42 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in JsDivider() local
|
| H A D | js_grid_container.cpp | 47 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
| H A D | js_click_function.cpp | 36 JSRef<JSObject> obj = JSRef<JSObject>::New(); in Execute() local 70 JSRef<JSObject> obj = objectTemplate->NewInstance(); Execute() local 105 JSRef<JSObject> obj = objectTemplate->NewInstance(); Execute() local 153 JSRef<JSObject> obj = JSRef<JSObject>::New(); Execute() local 187 JSRef<JSObject> obj = objectTemplate->NewInstance(); Execute() local 222 JSRef<JSObject> obj = objTemp->NewInstance(); Execute() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
| H A D | js_swiper_theme.h | 36 JSRef<JSObject> obj = objectTemplate->NewInstance(); in ApplyThemeInConstructor() local 44 static void ApplyThemeToDotIndicator(SwiperParameters &swiperParameters, const JSRef<JSObject>& obj) in ApplyThemeToDotIndicator() argument 68 static void ApplyThemeToIndicatorStyle(SwiperParameters &swiperParameters, const JSRef<JSObject>& obj) in ApplyThemeToIndicatorStyle() argument 83 ApplyThemeToDigitIndicator(SwiperDigitalParameters &swiperParameters, const JSRef<JSObject>& obj) ApplyThemeToDigitIndicator() argument 98 ApplyThemeToDisplayArrow(SwiperArrowParameters &swiperParameters, const JSRef<JSObject>& obj) ApplyThemeToDisplayArrow() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| H A D | scrollable_item_pool.cpp | 47 void ScrollableItemPool::Deallocate(ScrollableItem* obj) in Deallocate() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
| H A D | napi_class.h | 56 static bool SetEntityFor(napi_env env, napi_value obj, std::unique_ptr<T> entity) in SetEntityFor() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| H A D | require_module.cpp | 27 ImportModule(const jerry_value_t func, const jerry_value_t obj, const jerry_value_t* args, const jerry_length_t argsNum) ImportModule() argument
|
| /foundation/communication/bluetooth/frameworks/js/napi/include/ |
| H A D | napi_bluetooth_event.h | 60 static void CheckAndNotify(const std::shared_ptr<BluetoothCallbackInfo> &cb, const T& obj) in CheckAndNotify() argument
|