| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/action_sheet/ |
| H A D | action_sheet_model_ng.cpp | 24 void ActionSheetModelNG::ShowActionSheet(const DialogProperties& arg) in ShowActionSheet() argument 62 void ActionSheetModelNG::SetCancel(std::function<void()>&& eventFunc, DialogProperties& arg) in SetCancel() argument 67 SetOnWillDismiss(std::function<void(const int32_t& info, const int32_t& instanceId)>&& onWillDismissFunc, DialogProperties& arg) SetOnWillDismiss() argument 73 SetConfirm( GestureEventFunc&& gestureEvent, std::function<void()>&& eventFunc, ButtonInfo& buttonInfo, DialogProperties& arg) SetConfirm() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_xcomponent_node_bridge.cpp | 29 Local<JSValueRef> arg = runtimeCallInfo->GetCallArgRef(0); in SetXComponentNodeParams() local [all...] |
| /foundation/graphic/graphic_utils_lite/test/ |
| H A D | graphic_timer_test.cpp | 50 static void TimerCb(void* arg) in TimerCb() argument
|
| /foundation/multimedia/media_foundation/src/osal/task/pthread/ |
| H A D | thread.cpp | 125 void* Thread::Run(void* arg) // NOLINT: void* in Run() argument
|
| /foundation/multimedia/media_foundation/interface/inner_api/filter/ |
| H A D | filter_loop.h | 35 int32_t arg; member [all...] |
| /foundation/multimedia/media_foundation/engine/foundation/osal/thread/ |
| H A D | thread.cpp | 104 void* Thread::Run(void* arg) // NOLINT: void* in Run() argument
|
| /foundation/multimodalinput/input/frameworks/proxy/events/src/ |
| H A D | i_anco_consumer.cpp | 30 static bool MarshalVector(const std::vector<T> &data, Parcel &parcel, bool (*writeOne)(const T &arg, Parcel &parcel)) in MarshalVector() argument 48 static bool UnmarshalVector(Parcel &parcel, std::vector<T> &data, bool (*readOne)(Parcel &parcel, T &arg)) in UnmarshalVector() argument
|
| /foundation/resourceschedule/ffrt/test/ut/testcase/ |
| H A D | ut_condition.cpp | 289 void* thd_func(void *arg) in thd_func() argument
|
| H A D | ut_thread.cpp | 61 static void* MockStart(void* arg) in MockStart() argument
|
| /foundation/communication/dsoftbus/sdk/frame/common/src/ |
| H A D | softbus_client_event_manager.c | 119 void CLIENT_NotifyObserver(enum SoftBusEvent event, void *arg, unsigned int argLen) in CLIENT_NotifyObserver() argument
|
| /foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/ |
| H A D | mdns_callback_observer.h | 73 std::pair<napi_value, napi_value> arg = {NapiUtils::GetUndefined(workWrapper->env), obj}; in CallbackTemplate() local
|
| /foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
| H A D | napi_datashare_values_bucket.cpp | 44 bool UnWrapValuesBucket(DataShareValuesBucket &valuesBucket, const napi_env &env, const napi_value &arg)
in UnWrapValuesBucket() argument 76 bool GetValueBucketObject(DataShareValuesBucket &valuesBucket, const napi_env &env, const napi_value &arg)
in GetValueBucketObject() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_posix/ |
| H A D | dbm_kv_store.c | 52 void DBM_KVStoreControl(KVStoreHandle db, int cmd, void* arg) in DBM_KVStoreControl() argument
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
| H A D | napi_values_bucket.cpp | 39 NAPI_OHOS_Data_RdbJsKit_ValuesBucketProxy_GetNativeObject( napi_env env, napi_value &arg) NAPI_OHOS_Data_RdbJsKit_ValuesBucketProxy_GetNativeObject() argument
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
| H A D | stat.cpp | 89 auto arg = make_shared<AsyncStatArg>(); in Async() local
|
| H A D | open.cpp | 146 auto arg = make_shared<int32_t>(); in Async() local 92 DoOpenExec(const std::string& path, const unsigned int flags, const int32_t mode, shared_ptr<int32_t> arg) DoOpenExec() argument
|
| H A D | create_stream.cpp | 110 auto arg = make_shared<AsyncCreateStreamArg>(); in Async() local
|
| H A D | fdopen_stream.cpp | 108 auto arg = make_shared<AsyncFdopenStreamArg>(); in Async() local
|
| H A D | read_dir.cpp | 96 auto arg = make_shared<ReadDirArgs>(); in Async() local
|
| H A D | lstat.cpp | 89 auto arg = make_shared<AsyncStatArg>(); in Async() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/ |
| H A D | hash.cpp | 86 auto arg = make_shared<string>(); in Async() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
| H A D | stat.cpp | 101 auto arg = CreateSharedPtr<FileInfo>(move(fileInfo)); in Sync() local 126 auto arg = CreateSharedPtr<StatEntity>(); in Async() local [all...] |
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
| H A D | sys_timer.c | 40 static void TimerReadHandle(void *arg) in TimerReadHandle() argument
|
| /test/xts/acts/kernel_lite/process_posix/src/ |
| H A D | PthreadAttrTest.cpp | 60 void *ThreadPthreadAttrSetscope(void *arg) in ThreadPthreadAttrSetscope() argument 100 void *ThreadPthreadAttrSetguardsize(void *arg) in ThreadPthreadAttrSetguardsize() argument 140 void *ThreadPthreadAttrSetstacksize(void *arg) in ThreadPthreadAttrSetstacksize() argument 201 void *ThreadPthreadAttrSetstack(void *arg) in ThreadPthreadAttrSetstack() argument 263 void *ThreadPthreadGetattrNp(void *arg) in ThreadPthreadGetattrNp() argument [all...] |
| H A D | ActsProcessApiTest.cpp | 66 static void *ThreadFunc(void* arg)
in ThreadFunc() argument
|