Home
last modified time | relevance | path

Searched defs:func (Results 3226 - 3250 of 4075) sorted by relevance

1...<<121122123124125126127128129130>>...163

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp1397 auto func = &RSUifirstManager::ProcessTreeStateChange; in UifirstStateChange() local
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp215 AudioXCollie(const std::string &tag, uint32_t timeoutSeconds, std::function<void(void *)> func, void *arg, uint32_t flag) AudioXCollie() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1530 auto func = RSCommandFactory::Instance().GetUnmarshallingFunc(type, subType); in OnRemoteRequest() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp96 auto func = [callback](int64_t time, int64_t frameCount) { variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp96 auto func = [callback](int64_t time, int64_t frameCount) { variable
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp1579 std::function<void()> func = CJLambda::Create(cFunc); in FfiImageImageCreatorImplOn() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp1002 napi_value func; in CreateSendablePixelMapFromSurface() local
H A Dsendable_image_source_napi.cpp251 napi_value func; in PrepareNapiEnv() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp1416 auto func = (it->second).first; in ConvertValueFormat() local
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp159 auto func = [this]() {}; in ImageEffect() local
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp134 CreateAssetHandler(const std::string &photoId, const std::string &requestId, const std::string &uri, const MediaAssetDataHandlerPtr &handler, napi_threadsafe_function func) CreateAssetHandler() argument
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h185 ThumbnailGenerateHandler(napi_ref ref, napi_threadsafe_function func) : callbackRef_(ref), threadSafeFunc_(func) {} in ThumbnailGenerateHandler() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp705 void TestPhotoDeleteParamsApi10(OperationObject oprnObject, int32_t fileId, ExceptIntFunction func) in TestPhotoDeleteParamsApi10() argument
770 void TestPhotoOpenParamsApi10(int32_t fileId, const string &mode, ExceptIntFunction func) in TestPhotoOpenParamsApi10() argument
713 TestPhotoUpdateParamsApi9(const string &predicateColumn, const string &predicateValue, const unordered_map<string, string> &updateColumns, ExceptIntFunction func) TestPhotoUpdateParamsApi9() argument
728 TestPhotoUpdateParamsApi10(const string &predicateColumn, const string &predicateValue, const unordered_map<string, string> &updateColumns, ExceptIntFunction func) TestPhotoUpdateParamsApi10() argument
785 TestPhotoOpenEditParamsApi10(int32_t fileId, const string &addKey, const std::string &mode, ExceptIntFunction func) TestPhotoOpenEditParamsApi10() argument
801 TestPhotoCloseParamsApi10(string uri, ExceptIntFunction func) TestPhotoCloseParamsApi10() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/
H A Dmedialibrary_audio_operations_test.cpp618 void TestAudioDeleteParamsApi10(OperationObject oprnObject, int32_t fileId, ExceptIntFunction func) in TestAudioDeleteParamsApi10() argument
684 void TestAudioOpenParamsApi10(int32_t fileId, const string &mode, ExceptIntFunction func) in TestAudioOpenParamsApi10() argument
699 void TestAudioCloseParamsApi10(string uri, ExceptIntFunction func) in TestAudioCloseParamsApi10() argument
626 TestAudioUpdateParamsApi9(const string &predicateColumn, const string &predicateValue, const unordered_map<string, string> &updateColumns, ExceptIntFunction func) TestAudioUpdateParamsApi9() argument
642 TestAudioUpdateParamsApi10(const string &predicateColumn, const string &predicateValue, const unordered_map<string, string> &updateColumns, ExceptIntFunction func) TestAudioUpdateParamsApi10() argument
[all...]
/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp519 sptr<SettingObserver> SettingDataShare::CreateObserver(const std::string& key, SettingObserver::UpdateFunc& func) in CreateObserver() argument
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp1303 napi_value JsPointerContext::SetTouchpadBoolData(napi_env env, napi_callback_info info, SetTouchpadBoolDataFunc func) in SetTouchpadBoolData() argument
1337 napi_value JsPointerContext::SetTouchpadInt32Data(napi_env env, napi_callback_info info, SetTouchpadInt32DataFunc func, in SetTouchpadInt32Data() argument
1374 napi_value JsPointerContext::GetTouchpadData(napi_env env, napi_callback_info info, GetTouchpadFunc func) in GetTouchpadData() argument
1400 auto func = [jsPointerMgr] (napi_env env, bool switchFlag, napi_value handle) -> napi_value { SetTouchpadScrollSwitch() local
1413 auto func = [jsPointerMgr] (napi_env env, napi_value handle) -> napi_value { GetTouchpadScrollSwitch() local
1426 auto func = [jsPointerMgr] (napi_env env, bool state, napi_value handle) -> napi_value { SetTouchpadScrollDirection() local
1439 auto func = [jsPointerMgr] (napi_env env, napi_value handle) -> napi_value { GetTouchpadScrollDirection() local
1452 auto func = [jsPointerMgr] (napi_env env, bool switchFlag, napi_value handle) -> napi_value { SetTouchpadTapSwitch() local
1465 auto func = [jsPointerMgr] (napi_env env, napi_value handle) -> napi_value { GetTouchpadTapSwitch() local
1478 auto func = [jsPointerMgr] (napi_env env, int32_t data, napi_value handle) -> napi_value { SetTouchpadPointerSpeed() local
1491 auto func = [jsPointerMgr] (napi_env env, napi_value handle) -> napi_value { GetTouchpadPointerSpeed() local
1504 auto func = [jsPointerMgr] (napi_env env, bool switchFlag, napi_value handle) -> napi_value { SetTouchpadPinchSwitch() local
1517 auto func = [jsPointerMgr] (napi_env env, napi_value handle) -> napi_value { GetTouchpadPinchSwitch() local
1530 auto func = [jsPointerMgr] (napi_env env, bool switchFlag, napi_value handle) -> napi_value { SetTouchpadSwipeSwitch() local
1543 auto func = [jsPointerMgr] (napi_env env, napi_value handle) -> napi_value { GetTouchpadSwipeSwitch() local
1556 auto func = [jsPointerMgr] (napi_env env, int32_t data, napi_value handle) -> napi_value { SetTouchpadRightClickType() local
1569 auto func = [jsPointerMgr] (napi_env env, napi_value handle) -> napi_value { GetTouchpadRightClickType() local
1582 auto func = [jsPointerMgr] (napi_env env, bool rotateSwitch, napi_value handle) -> napi_value { SetTouchpadRotateSwitch() local
1595 auto func = [jsPointerMgr] (napi_env env, napi_value handle) -> napi_value { GetTouchpadRotateSwitch() local
1608 auto func = [jsPointerMgr] (napi_env env, bool switchFlag, napi_value handle) -> napi_value { SetTouchpadThreeFingersTapSwitch() local
1621 auto func = [jsPointerMgr] (napi_env env, napi_value handle) -> napi_value { GetTouchpadThreeFingersTapSwitch() local
[all...]
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp622 SettingObserver::UpdateFunc func = [](const std::string& key) { in CreateMagicCursorChangeObserver() local
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp484 auto func = [](bool isApp, std::set<TimeLtdProcess>& eligibleResCtrlConfig, in GetEligibleAllowTimeConfig() local
500 auto func = [](bool isApp, std::set<std::string>& eligibleResCtrlConfig, in GetEligiblePersistAllowConfig() local
449 GetEligibleAllowConfig(const std::string& paramName, uint32_t condition, bool isAllow, bool isApp, const std::function<void(bool, std::set<T>&, const DefaultResourceConfig&)>& func) GetEligibleAllowConfig() argument
880 DumpResCtrlConfig(const char* name, const std::vector<T>& configArray, std::stringstream& stream, const std::function<void(const T&)>& func) DumpResCtrlConfig() argument
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp1034 auto func = [=]() { in SetScreenActiveMode() local
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp1495 std::function<void()> func; member
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1083 void (*func)(SoftBusMessage *msg); member
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp148 napi_value func = context->GetCallback(); in AsyncWorkRequestInStreamCallback() local
193 napi_value func = context->GetCallback(); in AsyncWorkRequestCallback() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp404 int RegisterFunction(sqlite3 *db, const std::string &funcName, int nArg, void *uData, TransactFunc &func) in RegisterFunction() argument
492 TransactFunc func; in RegisterCalcHash() local
1019 TransactFunc func; in RegisterGetSysTime() local
1026 TransactFunc func; RegisterGetLastTime() local
1033 TransactFunc func; RegisterGetRawSysTime() local
1040 TransactFunc func; RegisterCloudDataChangeObserver() local
1047 TransactFunc func; RegisterDataChangeObserver() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1386 TransactFunc func; in RegisterCalcHash() local
1484 TransactFunc func; in RegisterGetSysTime() local
1491 TransactFunc func; in RegisterGetLastTime() local
1498 TransactFunc func; in RegisterGetRawSysTime() local
1505 TransactFunc func; RegisterCloudDataChangeObserver() local
1512 TransactFunc func; RegisterCloudDataChangeServerObserver() local
1683 RegisterFunction(sqlite3 *db, const std::string &funcName, int nArg, void *uData, TransactFunc &func) RegisterFunction() argument
[all...]
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp971 auto func = (CreateDmRadarFuncPtr)dlsym(radarHandle_, "CreateDmRadarInstance"); in IsDmRadarHelperReady() local

Completed in 66 milliseconds

1...<<121122123124125126127128129130>>...163