/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_animation.cpp | 67 auto target = target_.lock(); in SetFinishCallback() local 91 auto target = target_.lock(); in CallFinishCallback() local 181 auto target = target_.lock(); in Pause() local 198 auto target = target_.lock(); in OnPause() local 228 auto target = target_.lock(); in InteractivePause() local 248 auto target = target_.lock(); in InteractiveContinue() local 267 auto target = target_.lock(); in InteractiveFinish() local 287 auto target = target_.lock(); in InteractiveReverse() local 310 auto target = target_.lock(); in InteractiveSetFraction() local 328 auto target = target_.lock(); in Resume() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/ |
H A D | js.cpp | 33 bool JSString::Is(JSValue target) in Is() 44 jerry_value_t target; in Value() local 99 bool JSFunction::Is(JSValue target) in Is() 109 JSValue JSObject::Keys(JSValue target) in Keys() 114 JSValue JSObject::Get(JSValue target, JSValue key) in Get() 201 bool JSObject::DelNativePointer(JSValue target) in DelNativePointer() 219 bool JSObject::Is(JSValue target) in Is() 282 bool JSNumber::Is(JSValue target) in Is() 297 bool JSBoolean::Is(JSValue target) in Is() 340 bool JSArray::Is(JSValue target) in Is() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | pending_want.cpp | 33 PendingWant::PendingWant(const sptr<AAFwk::IWantSender> &target) in PendingWant() 82 sptr<IWantSender> target = nullptr; in GetAbility() local 127 sptr<IWantSender> target = nullptr; in GetAbilities() local 167 sptr<IWantSender> target = nullptr; in GetCommonEventAsUser() local 228 sptr<IWantSender> target = nullptr; in BuildServicePendingWant() local 242 void PendingWant::Send(const sptr<AAFwk::IWantSender> &target) in Send() 253 const sptr<AAFwk::IWantSender> &target) in Send() 272 const sptr<AAFwk::IWantSender> &target) in Send() 280 const sptr<AAFwk::IWantSender> &target) in Send() 293 const sptr<AAFwk::IWantSender> &target) in SendAndReturnResult() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/params/ |
H A D | rs_effect_render_params_test.cpp | 51 std::unique_ptr<RSRenderParams> target = nullptr; variable 67 std::unique_ptr<RSRenderParams> target = std::make_unique<RSEffectRenderParams>(id); variable 86 std::unique_ptr<RSRenderParams> target = std::make_unique<RSEffectRenderParams>(id); variable 102 std::unique_ptr<RSRenderParams> target = std::make_unique<RSEffectRenderParams>(id); variable
|
H A D | rs_canvas_drawing_render_params_test.cpp | 51 std::unique_ptr<RSRenderParams> target = nullptr; variable 66 std::unique_ptr<RSRenderParams> target = std::make_unique<RSCanvasDrawingRenderParams>(id); variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/json_utils/uttest/ |
H A D | softbus_json_utils_test.cpp | 197 int32_t target; variable 211 int32_t target; variable 240 int32_t target; variable 256 int32_t target; variable 271 double target; variable 285 double target; variable 314 double target; variable 330 double target; variable 369 int64_t target; variable 383 int64_t target; variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_proxy_render_node_test.cpp | 51 auto target = std::make_shared<RSSurfaceRenderNode>(config); variable 78 auto target = std::make_shared<RSSurfaceRenderNode>(config); variable 96 auto target = std::make_shared<RSSurfaceRenderNode>(config); variable 113 std::weak_ptr<RSSurfaceRenderNode> target; variable 132 auto target = std::make_shared<RSSurfaceRenderNode>(config); variable 152 auto target = std::make_shared<RSSurfaceRenderNode>(config); variable 172 auto target = std::make_shared<RSSurfaceRenderNode>(config); variable 192 auto target = std::make_shared<RSSurfaceRenderNode>(config); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_stack_processor.h | 35 #define ACE_UPDATE_LAYOUT_PROPERTY(target, name, value) \ argument 40 #define ACE_UPDATE_NODE_LAYOUT_PROPERTY(target, name, value, frameNode) \ argument 49 #define ACE_GET_NODE_LAYOUT_PROPERTY(target, name, value, frameNode) \ argument 65 #define ACE_UPDATE_PAINT_PROPERTY(target, name, value) \ argument 70 #define ACE_UPDATE_NODE_PAINT_PROPERTY(target, name, value, frameNode) \ argument 79 #define ACE_GET_NODE_PAINT_PROPERTY(target, name, value, frameNode) \ argument 109 #define ACE_RESET_LAYOUT_PROPERTY(target, name) \ argument 114 #define ACE_RESET_NODE_LAYOUT_PROPERTY(target, name, frameNode) \ argument 138 #define ACE_RESET_PAINT_PROPERTY(target, name) \ argument 143 #define ACE_RESET_NODE_PAINT_PROPERTY(target, name, frameNode) \ argument [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_proxy_render_node.cpp | 26 …NodeId id, std::weak_ptr<RSSurfaceRenderNode> target, NodeId targetId, const std::weak_ptr<RSConte… in RSProxyRenderNode() 69 if (auto target = target_.lock()) { in SetContextMatrix() local 84 if (auto target = target_.lock()) { in SetContextAlpha() local 99 if (auto target = target_.lock()) { in SetContextClipRegion() local 129 auto target = target_.lock(); in CleanUp() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
H A D | subject.js | 27 export function Subject(target) { argument 39 Subject.of = function(target) { argument 49 Subject.is = function(target) { argument 111 function hijackArray(target) { argument 146 function hijack(target, key, cache) { argument
|
/ohos5.0/commonlibrary/rust/ylong_json/tests/ |
H A D | sdv_adapter_test.rs | 38 let target = str_to_c_char("Image"); localVariable 44 let target = str_to_c_char("Width"); localVariable 54 let target = str_to_c_char("Height"); localVariable 64 let target = str_to_c_char("Title"); localVariable 77 let target = str_to_c_char("Thumbnail"); localVariable 82 let target = str_to_c_char("Url"); localVariable 95 let target = str_to_c_char("Height"); localVariable 105 let target = str_to_c_char("Width"); localVariable 115 let target = str_to_c_char("Animated"); localVariable 125 let target = str_to_c_char("IDs"); localVariable
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | ipc_skeleton.c | 71 int32_t SetContextObject(SvcIdentity target) in SetContextObject() 84 int32_t SendRequest(SvcIdentity target, uint32_t code, IpcIo *data, IpcIo *reply, in SendRequest() 94 int32_t AddDeathRecipient(SvcIdentity target, OnRemoteDead deathFunc, void *args, uint32_t *cbId) in AddDeathRecipient() 107 int32_t RemoveDeathRecipient(SvcIdentity target, uint32_t cbId) in RemoveDeathRecipient() 145 int32_t ReleaseSvc(SvcIdentity target) in ReleaseSvc()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 77 GLint WebGLTexture::GetMaxTextureLevelForTarget(GLenum target, bool highWebGL) in GetMaxTextureLevelForTarget() 133 bool WebGLTexture::SetTarget(GLenum target) in SetTarget() 163 const TextureLevelInfo* WebGLTexture::GetTextureLevel(GLenum target, GLint level) const in GetTextureLevel() 360 GLenum WebGLTexture::GetInternalFormat(GLenum target, GLint level) const in GetInternalFormat() 369 GLenum WebGLTexture::GetType(GLenum target, GLint level) const in GetType() 378 GLsizei WebGLTexture::GetWidth(GLenum target, GLint level) const in GetWidth() 387 GLsizei WebGLTexture::GetHeight(GLenum target, GLint level) const in GetHeight() 396 GLsizei WebGLTexture::GetDepth(GLenum target, GLint level) const in GetDepth() 405 bool WebGLTexture::CheckValid(GLenum target, GLint level) const in CheckValid() 415 void TextureLevelCtrl::Init(GLenum target) in Init() [all …]
|
H A D | webgl2_rendering_context_override.cpp | 137 napi_value WebGL2RenderingContextImpl::GetTexParameter(napi_env env, GLenum target, GLenum pname) in GetTexParameter() 175 napi_env env, GLenum target, GLenum attachment, const WebGLFramebuffer* frameBuffer) in CheckGetFrameBufferAttachmentParameter() 212 napi_env env, GLenum target, GLenum attachment, GLenum pname) in GetFrameBufferAttachmentParameterForDefault() 261 napi_env env, GLenum target, GLenum attachment, GLenum pname, WebGLAttachment* attachmentObject) in HandleFrameBufferPname() 306 napi_env env, GLenum target, GLenum attachment, GLenum pname) in GetFrameBufferAttachmentParameter()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm_mock_test.cpp | 86 ConnectionAddr target = { variable 180 ConnectionAddr target = { variable 236 ConnectionAddr target = { variable 272 ConnectionAddr target = { variable 303 ConnectionAddr target = { variable 357 ConnectionAddr target = { variable 383 ConnectionAddr target = { variable 406 ConnectionAddr target = { variable 436 ConnectionAddr target = { variable
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_channel_helper_test.cpp | 109 int target = FREP_2G_MIN; variable 118 int target = CHANNEL_14_FREP; variable 127 int target = FREP_5G_MIN; variable 136 int target = CHANNEL_2G_MIN; variable
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | io_event_reactor.cpp | 54 void IOEventReactor::InsertNodeFront(int fd, IOEventHandler* target) in InsertNodeFront() 65 void IOEventReactor::RemoveNode(IOEventHandler* target) in RemoveNode() 77 ErrCode IOEventReactor::AddHandler(IOEventHandler* target) in AddHandler() 113 ErrCode IOEventReactor::UpdateHandler(IOEventHandler* target) in UpdateHandler() 139 ErrCode IOEventReactor::RemoveHandler(IOEventHandler* target) in RemoveHandler() 171 bool IOEventReactor::HasHandler(IOEventHandler* target) in HasHandler() 182 ErrCode IOEventReactor::FindHandler(IOEventHandler* target) in FindHandler()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_click_function.cpp | 53 auto target = CreateEventTargetObject(info); in Execute() local 94 auto target = CreateEventTargetObject(info); in Execute() local 132 auto target = CreateEventTargetObject(info); in Execute() local 170 auto target = CreateEventTargetObject(info); in Execute() local 211 auto target = CreateEventTargetObject(info); in Execute() local 249 auto target = CreateEventTargetObject(info); in Execute() local
|
/ohos5.0/foundation/communication/dsoftbus/core/common/json_utils/ |
H A D | softbus_json_utils.c | 24 int32_t GetStringItemByJsonObject(const cJSON *json, const char * const string, char *target, in GetStringItemByJsonObject() 49 bool GetJsonObjectStringItem(const cJSON *json, const char * const string, char *target, in GetJsonObjectStringItem() 74 bool GetJsonObjectNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectNumberItem() 89 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectSignedNumberItem() 104 bool GetJsonObjectDoubleItem(const cJSON *json, const char * const string, double *target) in GetJsonObjectDoubleItem() 119 bool GetJsonObjectNumber16Item(const cJSON *json, const char * const string, uint16_t *target) in GetJsonObjectNumber16Item() 134 bool GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectNumber64Item() 149 bool GetJsonObjectSignedNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectSignedNumber64Item() 164 bool GetJsonObjectInt32Item(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectInt32Item() 179 bool GetJsonObjectBoolItem(const cJSON *json, const char * const string, bool *target) in GetJsonObjectBoolItem()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_animation_test.cpp | 62 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local 89 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local 102 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local 115 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local 142 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local 155 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local 182 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local 195 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local 222 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local 235 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | network_parser_test.cpp | 222 xmlNodePtr target = xmlNewChild(root, nullptr, BAD_CAST "target", nullptr); variable 240 xmlNodePtr target = xmlNewChild(root, nullptr, BAD_CAST "target", nullptr); variable 258 xmlNodePtr target = xmlNewChild(root, nullptr, BAD_CAST "target", nullptr); variable 277 xmlNodePtr target = xmlNewChild(root, nullptr, BAD_CAST "target", nullptr); variable
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | gpu_brightness_algo.cpp | 81 void GpuBrightnessAlgo::PreDraw(GLenum target) in PreDraw() 91 void GpuBrightnessAlgo::PostDraw(GLenum target) in PostDraw() 152 void GpuBrightnessAlgo::Render(GLenum target, RenderTexturePtr tex) in Render()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | gpu_contrast_algo.cpp | 82 void GpuContrastAlgo::PreDraw(GLenum target) in PreDraw() 92 void GpuContrastAlgo::PostDraw(GLenum target) in PostDraw() 153 void GpuContrastAlgo::Render(GLenum target, RenderTexturePtr tex) in Render()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | connection_br_mock.cpp | 39 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int *target) in GetJsonObjectSignedNumberItem() 44 bool GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectNumber64Item() 64 bool GetJsonObjectNumberItem(const cJSON *json, const char * const string, int *target) in GetJsonObjectNumberItem()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_pipeline.c | 84 struct PipelineChannelItem *target = NULL; in SearchChannelItemUnsafe() local 124 struct PipelineChannelItem *target = SearchChannelItemUnsafe(&channelId, CompareByChannelId); in TransProxyReuseByChannelId() local 271 struct PipelineChannelItem *target = SearchChannelItemUnsafe(uuid, CompareByUuid); in TransProxyPipelineGetChannelIdByNetworkId() local 287 struct PipelineChannelItem *target = SearchChannelItemUnsafe(&channelId, CompareByChannelId); in TransProxyPipelineGetUuidByChannelId() local 307 struct PipelineChannelItem *target = SearchChannelItemUnsafe(&channelId, CompareByChannelId); in TransProxyPipelineCloseChannel() local 418 struct PipelineChannelItem *target = SearchChannelItemUnsafe(&channelId, CompareByChannelId); in InnerOnChannelOpened() local 473 struct PipelineChannelItem *target = SearchChannelItemUnsafe(&channelId, CompareByChannelId); in InnerOnChannelOpenFailed() local 495 struct PipelineChannelItem *target = NULL; in TransProxyPipelineOnChannelClosed() local 524 struct ListenerItem *target = NULL; in TransProxyPipelineOnMessageReceived() local 540 LanePreferredLinkList *preferred, char *networkId, struct PipelineChannelItem *target) in OpenNetWorkingChannel() [all …]
|