Home
last modified time | relevance | path

Searched defs:context (Results 1376 - 1400 of 6627) sorted by relevance

1...<<51525354555657585960>>...266

/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_event_handler.cpp41 int32_t SystemAbilityEventHandler::HandleAbilityEventLocked(const std::shared_ptr<SystemAbilityContext>& context, in HandleAbilityEventLocked() argument
61 int32_t SystemAbilityEventHandler::HandleProcessEventLocked(const std::shared_ptr<SystemProcessContext>& context, in HandleProcessEventLocked() argument
82 HandleAbilityLoadFailedEventLocked( const std::shared_ptr<SystemAbilityContext>& context) HandleAbilityLoadFailedEventLocked() argument
104 HandleAbilityLoadSuccessEventLocked( const std::shared_ptr<SystemAbilityContext>& context) HandleAbilityLoadSuccessEventLocked() argument
123 HandleAbilityUnLoadSuccessEventLocked( const std::shared_ptr<SystemAbilityContext>& context) HandleAbilityUnLoadSuccessEventLocked() argument
150 HandleProcessStartedEventLocked( const std::shared_ptr<SystemProcessContext>& context, const ProcessInfo& processInfo) HandleProcessStartedEventLocked() argument
170 HandleProcessStoppedEventLocked( const std::shared_ptr<SystemProcessContext>& context, const ProcessInfo& processInfo) HandleProcessStoppedEventLocked() argument
[all...]
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/
H A Dvpn_exec_ext.cpp32 template <typename ContextT> static inline NetworkVpnClient *GetVpnConnectionInstance(ContextT *context) in GetVpnConnectionInstance() argument
38 bool ExecPrepare(PrepareContext *context) in ExecPrepare() argument
53 bool ExecSetUp(SetUpContext *context) in ExecSetUp() argument
68 ExecProtect(ProtectContext *context) ExecProtect() argument
83 ExecDestroy(DestroyContext *context) ExecDestroy() argument
98 PrepareCallback(PrepareContext *context) PrepareCallback() argument
107 SetUpCallback(SetUpContext *context) SetUpCallback() argument
112 ProtectCallback(ProtectContext *context) ProtectCallback() argument
117 DestroyCallback(DestroyContext *context) DestroyCallback() argument
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H A Dhttp_exec.h177 RequestContext *context; global() member
[all...]
/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Dbase_async_work.h45 auto context = reinterpret_cast<Context *>(data); in ExecAsyncWork() local
[all...]
/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dserver.h30 Context *context; member
[all...]
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dcontext.c31 Context *context = (Context *)calloc(1, sizeof(Context)); in CreateContext() local
55 ReleaseContext(Context *context) ReleaseContext() argument
73 ExpandReadCache(Context *context, int len) ExpandReadCache() argument
114 ExpandWriteCache(Context *context, int len) ExpandWriteCache() argument
160 ContextAppendRead(Context *context, const char *buf, int len) ContextAppendRead() argument
187 ContextAppendWrite(Context *context, const char *buf, int len) ContextAppendWrite() argument
214 ContextGetReadRecord(Context *context) ContextGetReadRecord() argument
260 ContextReadNet(Context *context) ContextReadNet() argument
278 ContextWriteNet(Context *context) ContextWriteNet() argument
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H A Dcontext_test.cpp86 static int ExpandReadCache(Context *context, int len) in ExpandReadCache() argument
120 ContextAppendRead(Context *context, const char *buf, int len) ContextAppendRead() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dload_config_common_strategy.cpp30 bool LoadConfigCommonStrategy::operator()(std::shared_ptr<Context> context) in operator ()() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dcommunicator_context.cpp27 static CommunicatorContext context; in GetInstance() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_share/
H A Dload_config_from_data_share_bundle_info_strategy.cpp77 bool LoadConfigFromDataShareBundleInfoStrategy::operator()(std::shared_ptr<Context> context) in operator ()() argument
52 LoadConfigFromProfile( const ProfileInfo &profileInfo, std::shared_ptr<Context> context) LoadConfigFromProfile() argument
106 LoadConfigFromUri(std::shared_ptr<Context> context) LoadConfigFromUri() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_extra_data.h40 Context context; member in OHOS::DistributedData::final
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store_helper.cpp61 auto context = std::make_shared<DeleteContext>(); in GetRdbStore() local
98 auto context = std::make_shared<DeleteContext>(); DeleteRdbStore() local
[all...]
/foundation/distributedhardware/device_manager/services/service/src/devicenamemgr/
H A Daccount_boot_listener.cpp40 static void AccountBootCb(const char *key, const char *value, void *context) in AccountBootCb() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_gap_if.c21 void *context; member
24 static void RfcommRecvChannelSecurityResultTsk(void *context) in RfcommRecvChannelSecurityResultTsk() argument
48 static void RfcommRecvChannelSecurityResultCallback(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context) in RfcommRecvChannelSecurityResultCallback() argument
73 RfcommRecvSessionSecurityResultTsk(void *context) RfcommRecvSessionSecurityResultTsk() argument
89 RfcommRecvSessionSecurityResultCallback(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context) RfcommRecvSessionSecurityResultCallback() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_vendor_if.c24 void *context; member
30 static HCIVendorEventCallbackBlock *HCIVendorAllocCallbackBlock(const HCIVendorEventCallback *callback, void *context) in HCIVendorAllocCallbackBlock() argument
91 HCIVIF_RegisterVendorEventCallback( const HCIVendorEventCallback *callback, void *context) HCIVIF_RegisterVendorEventCallback() argument
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappercontext_fuzzer/
H A Deglwrappercontext_fuzzer.cpp62 EGLContext context = GetData<EGLContext>(); in DoSomethingInterestingWithMyAPI() local
/test/xts/hats/kernel/syscalls/fileio/preadv/
H A DPreadvApiTest.cpp163 const char *context = "this is a test file."; in HWTEST_F() local
182 EXPECT_STREQ(static_cast<char *>(iov[1].iov_base), context); in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Dffv1enc_template.c59 int diff, context; in encode_line() local
[all...]
H A Dffv1dec_template.c51 int diff, context, sign; in decode_line() local
[all...]
H A Dv4l2_buffers.h46 struct V4L2Context *context; member
/third_party/ffmpeg/libswscale/arm/
H A Dswscale_unscaled.c37 static int rgbx_to_nv12_neon_32_wrapper(SwsContext *context, const uint8_t *src[], in rgbx_to_nv12_neon_32_wrapper() argument
51 static int rgbx_to_nv12_neon_16_wrapper(SwsContext *context, const uint8_t *src[], in rgbx_to_nv12_neon_16_wrapper() argument
/third_party/benchmark/src/
H A Dreporter.cc34 PrintBasicContext(std::ostream *out, Context const &context) PrintBasicContext() argument
/third_party/icu/icu4c/source/tools/icuinfo/
H A Dtestplug.c163 static void * U_CALLCONV myMemAlloc(const void *context, size_t size) { in myMemAlloc() argument
170 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree() argument
177 static void * U_CALLCONV myMemRealloc(const void *context, void *mem, size_t size) { in myMemRealloc() argument
/third_party/icu/icu4c/source/samples/udata/
H A Dreader.c59 isAcceptable(void *context, in isAcceptable() argument
/third_party/icu/icu4c/source/common/
H A Dcmemory.cpp116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorCode *status) in u_setMemoryFunctions() argument

Completed in 10 milliseconds

1...<<51525354555657585960>>...266