Home
last modified time | relevance | path

Searched defs:context (Results 351 - 375 of 2067) sorted by relevance

1...<<11121314151617181920>>...83

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/
H A Dget_data_strategy.cpp26 Data GetDataStrategy::Execute(std::shared_ptr<Context> context, int &errorCode) in Execute() argument
75 bool GetDataStrategy::CheckPermission(std::shared_ptr<Context> context, const std::string &key) in CheckPermission() argument
[all...]
H A Dpublish_strategy.cpp28 int32_t PublishStrategy::Execute(std::shared_ptr<Context> context, const PublishedDataItem &item) in Execute() argument
[all...]
/foundation/distributeddatamgr/pasteboard/services/load/src/
H A Dloader.cpp68 std::string context; in LoadConfig() local
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_request_state.cpp34 int32_t AuthRequestState::SetAuthContext(std::shared_ptr<DmAuthRequestContext> context) in SetAuthContext() argument
H A Dauth_response_state.cpp29 int32_t AuthResponseState::SetAuthContext(std::shared_ptr<DmAuthResponseContext> context) in SetAuthContext() argument
/foundation/distributedhardware/device_manager/test/unittest/
H A Dauth_request_state.cpp34 int32_t AuthRequestState::SetAuthContext(std::shared_ptr<DmAuthRequestContext> context) in SetAuthContext() argument
H A Dauth_response_state.cpp29 int32_t AuthResponseState::SetAuthContext(std::shared_ptr<DmAuthResponseContext> context) in SetAuthContext() argument
H A DUTTest_auth_request_state.cpp73 std::shared_ptr<DmAuthRequestContext> context = std::make_shared<DmAuthRequestContext>(); in HWTEST_F() local
110 std::shared_ptr<DmAuthRequestContext> context = std::make_shared<DmAuthRequestContext>(); in HWTEST_F() local
185 std::shared_ptr<DmAuthRequestContext> context = std::make_shared<DmAuthRequestContext>(); in HWTEST_F() local
253 std::shared_ptr<DmAuthRequestContext> context = std::make_shared<DmAuthRequestContext>(); in HWTEST_F() local
314 std::shared_ptr<DmAuthRequestContext> context in HWTEST_F() local
376 std::shared_ptr<DmAuthRequestContext> context = std::make_shared<DmAuthRequestContext>(); HWTEST_F() local
439 std::shared_ptr<DmAuthRequestContext> context = std::make_shared<DmAuthRequestContext>(); HWTEST_F() local
505 std::shared_ptr<DmAuthRequestContext> context = std::make_shared<DmAuthRequestContext>(); HWTEST_F() local
630 std::shared_ptr<DmAuthRequestContext> context = std::make_shared<DmAuthRequestContext>(); HWTEST_F() local
[all...]
H A DUTTest_auth_response_state.cpp75 std::shared_ptr<DmAuthResponseContext> context = std::make_shared<DmAuthResponseContext>(); in HWTEST_F() local
147 std::shared_ptr<DmAuthResponseContext> context = std::make_shared<DmAuthResponseContext>(); in HWTEST_F() local
246 std::shared_ptr<DmAuthResponseContext> context = std::make_shared<DmAuthResponseContext>(); in HWTEST_F() local
472 std::shared_ptr<DmAuthResponseContext> context = std::make_shared<DmAuthResponseContext>(); in HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dparameter.cpp34 int WatchParameter(const char *keyprefix, ParameterChgPtr callback, void *context) in WatchParameter() argument
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_context_js.cpp23 napi_value CreateExtBackupJsContext(napi_env env, std::shared_ptr<ExtBackupContext> context) in CreateExtBackupJsContext() argument
57 auto context = context_.lock(); in OnGetBackupDir() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_task_internal.h47 void *context; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_server.c71 RfcommCreateServer( uint8_t scn, uint16_t mtu, uint32_t eventMask, RFCOMM_EventCallback callback, void *context) RfcommCreateServer() argument
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_context.cpp19 EglWrapperContext::EglWrapperContext(EglWrapperDisplay *disp, EGLContext context, EGLint version) in EglWrapperContext() argument
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_context_test.cpp43 EGLContext context = nullptr; in HWTEST_F() local
/foundation/window/window_manager/wm/src/
H A Dstatic_call.cpp29 sptr<Window> StaticCall::CreateWindow(sptr<WindowOption>& option, std::shared_ptr<AbilityRuntime::Context> context, in CreateWindow() argument
23 CreateWindow(const std::string& windowName, sptr<WindowOption>& option, std::shared_ptr<AbilityRuntime::Context> context) CreateWindow() argument
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H A Dability_kit.cpp20 RegisterReceiver(const char *bundleName, SuccessCallback success, FailCallback fail, uint32_t successCallbackFunc, uint32_t failCallbackFunc, uint32_t context) RegisterReceiver() argument
32 SendMsgToPeerApp(bool isLocalMsg, const char *callingPkgName, const char *calledPkgName, const uint8_t *msgBody, uint32_t length, uint32_t successCallbackFunc, uint32_t failCallbackFunc, uint32_t context) SendMsgToPeerApp() argument
40 DetectPhoneApp(const char *callingPkgName, const char *calledPkgName, uint32_t successCallbackFunc, uint32_t failCallbackFunc, uint32_t context) DetectPhoneApp() argument
/foundation/ability/ability_runtime/test/fuzztest/terminateability_fuzzer/
H A Dterminateability_fuzzer.cpp37 AbilityRuntime::AbilityContextImpl* context = new AbilityRuntime::AbilityContextImpl(); in DoSomethingInterestingWithMyAPI() local
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_update_callback_napi.cpp38 void IntellVoiceUpdateCallbackNapi::QueueAsyncWork(UpdateAsyncContext *context) in QueueAsyncWork() argument
49 UpdateAsyncContext *context = context_.front(); in ClearAsyncWork() local
74 UpdateAsyncContext *context = context_.front(); in OnUpdateComplete() local
99 OnJsCallBack(UpdateAsyncContext *context) OnJsCallBack() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_service_extension_test/
H A Dability_service_extension_test.cpp93 std::shared_ptr<ServiceExtensionContext> context = in HWTEST_F() local
/foundation/ability/ability_lite/services/abilitymgr_lite/src/task/
H A Dability_start_task.cpp21 AbilityStartTask::AbilityStartTask(AbilityMgrContext *context, const Want *want, in AbilityStartTask() argument
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_context.h33 explicit JsUIExtensionContext(const std::shared_ptr<UIExtensionContext>& context) : context_(context) {} in JsUIExtensionContext() argument
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list.cpp21 void RosenRenderList::Paint(RenderContext& context, const Offset& offset) in Paint() argument
59 void RosenRenderList::PaintChild(const RefPtr<RenderNode>& child, RenderContext& context, const Offset& offset) in PaintChild() argument
68 void RosenRenderList::PaintStickyItem(RenderContext& context, const Offset& offset) in PaintStickyItem() argument
/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drosen_render_column_split.cpp34 void RosenRenderColumnSplit::Paint(RenderContext& context, const Offset& offset) in Paint() argument
57 void RosenRenderColumnSplit::PaintDivider(RenderContext& context, const Offset& offset, double width) in PaintDivider() argument
H A Drosen_render_row_split.cpp34 void RosenRenderRowSplit::Paint(RenderContext& context, const Offset& offset) in Paint() argument
57 void RosenRenderRowSplit::PaintDivider(RenderContext& context, const Offset& offset, double height) in PaintDivider() argument

Completed in 15 milliseconds

1...<<11121314151617181920>>...83