Home
last modified time | relevance | path

Searched defs:appData (Results 1 – 21 of 21) sorted by relevance

/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/access_app_data_test/pages/index/
Dindex.js32 var appData = getApp().data variable
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/access_app_data_test/pages/second/
Dindex.js32 var appData = getApp().data variable
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/access_app_data_test/pages/third/
Dindex.js32 var appData = getApp().data variable
/foundation/multimedia/av_session/services/session/adapter/
Dapp_manager_adapter.cpp104 for (const auto& appData : appProcessData.appDatas) { in HandleAppStateChanged() local
116 for (const auto& appData : appProcessData.appDatas) { in HandleAppStateChanged() local
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
Dhgm_vsync_generator_controller.cpp50 const std::vector<std::pair<FrameRateLinkerId, uint32_t>>& appData) in ChangeGeneratorRate()
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/codec/hdi_plugins/
Dhdi_init.h33 void *appData; member
Dhdi_codec.cpp560 int32_t HdiCodec::EmptyBufferDone(CodecCallbackType *self, int64_t appData, const OmxCodecBuffer *b… in EmptyBufferDone()
590 int32_t HdiCodec::FillBufferDone(CodecCallbackType *self, int64_t appData, const OmxCodecBuffer *bu… in FillBufferDone()
/foundation/communication/nfc/frameworks/js/napi/tag/
Dnfc_napi_tagb.cpp40 std::string appData = ""; in GetRespAppData() local
Dnfc_napi_tag.cpp264 std::string appData = ""; in ParseTechAndExtraFromJsTagInfo() local
/foundation/communication/nfc/test/unittest/services/tags_test/
Dnfcb_tag_test.cpp120 std::string appData = nfcB->GetAppData(); variable
/foundation/ability/ability_runtime/services/abilitymgr/include/
Dapp_scheduler.h72 std::vector<AppData> appData; member
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
Dhdi_codec_adapter.cpp64 int32_t HdiCodecAdapter::EmptyBufferDone(CodecCallbackType* self, int64_t appData, const OmxCodecBu… in EmptyBufferDone()
77 int32_t HdiCodecAdapter::FillBufferDone(CodecCallbackType* self, int64_t appData, const OmxCodecBuf… in FillBufferDone()
Dhdi_codec_manager.cpp47 const Plugin::Any& appData, const Plugin::Any& callbacks) in CreateComponent()
/foundation/ability/ability_runtime/services/abilitymgr/src/
Ddata_ability_manager.cpp347const AppData &appData) { return appData.appName == appName && appData.uid == uid; }; in OnAppStateChanged()
365const AppData &appData) { return appData.appName == appName && appData.uid == uid; }; in OnAppStateChanged()
Dapp_scheduler.cpp268 void AppScheduler::OnAppStateChanged(const AppExecFwk::AppProcessData &appData) in OnAppStateChanged()
Dability_connect_manager.cpp696const AppData &appData) { return appData.appName == appName && appData.uid == uid; }; in OnAppStateChanged()
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
Dmock_app_scheduler.cpp128 void AppScheduler::OnAppStateChanged(const AppExecFwk::AppProcessData& appData) in OnAppStateChanged()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
Dhcodec.cpp278 int32_t HCodec::HdiCallback::EmptyBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in EmptyBufferDone()
286 int32_t HCodec::HdiCallback::FillBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in FillBufferDone()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
Dtag_host.cpp323 std::string appData = poll.substr(0, (NCI_APP_DATA_LENGTH * KITS::HEX_BYTE_LEN)); in DoTargetTypeIso144433b() local
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
Dapp_scheduler_test.cpp781 AppExecFwk::AppProcessData appData; variable
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_running_manager.cpp591 AppStateData appData; in GetForegroundApplications() local