Home
last modified time | relevance | path

Searched defs:context (Results 826 - 850 of 8758) sorted by relevance

1...<<31323334353637383940>>...351

/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dclient.h42 Context *context; member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H A Dcontext_test.cpp86 static int ExpandReadCache(Context *context, int len) in ExpandReadCache() argument
118 ContextAppendRead(Context *context, const char *buf, int len) ContextAppendRead() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_msg_schedule_test.cpp69 auto *context = new SingleVerKvSyncTaskContext(); in HWTEST_F() local
119 auto *context = new SingleVerKvSyncTaskContext(); in HWTEST_F() local
162 auto *context = new SingleVerKvSyncTaskContext(); HWTEST_F() local
229 auto *context = new SingleVerKvSyncTaskContext(); HWTEST_F() local
288 auto *context = new SingleVerKvSyncTaskContext(); HWTEST_F() local
345 auto *context = new SingleVerKvSyncTaskContext(); HWTEST_F() local
411 auto *context = new SingleVerKvSyncTaskContext(); HWTEST_F() local
[all...]
H A Dmock_single_ver_data_sync.h25 int CallRequestStart(SingleVerSyncTaskContext *context, int mode) in CallRequestStart() argument
30 int CallPullRequestStart(SingleVerSyncTaskContext *context) in CallPullRequestStart() argument
35 void CallUpdateSendInfo(SyncTimeRange dataTimeRange, SingleVerSyncTaskContext *context) in CallUpdateSendInfo() argument
40 int CallRemoveDeviceDataIfNeed(SingleVerSyncTaskContext *context) in CallRemoveDeviceDataIfNeed() argument
45 int CallDoAbilitySyncIfNeed(SingleVerSyncTaskContext *context, const Message *message, bool isControlMsg) in CallDoAbilitySyncIfNeed() argument
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability_context.cpp36 explicit JsDataShareExtAbilityContext(const std::shared_ptr<DataShareExtAbilityContext>& context) in JsDataShareExtAbilityContext() argument
50 CreateJsDataShareExtAbilityContext(napi_env env, std::shared_ptr<DataShareExtAbilityContext> context) CreateJsDataShareExtAbilityContext() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
H A Ddistributeddata_dfx_mst_test.cpp78 SHA256_CTX *context = new (std::nothrow) SHA256_CTX; in HWTEST_F() member
90 delete context; in HWTEST_F() member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dvalue_hash.h31 SHA256_CTX context; in CalcValueHash() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dload_config_data_info_strategy.cpp49 bool LoadConfigNormalDataInfoStrategy::operator()(std::shared_ptr<Context> context) in operator ()() argument
75 operator ()(std::shared_ptr<Context> context) operator ()() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_engine.cpp26 SingleVerSyncTaskContext *context = nullptr; in CreateSyncTaskContext() local
56 auto context = static_cast<SingleVerSyncTaskContext *>(iter.second); in EnableClearRemoteStaleData() local
[all...]
/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

Completed in 10 milliseconds

1...<<31323334353637383940>>...351