Home
last modified time | relevance | path

Searched defs:appData (Results 1 – 20 of 20) 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.cpp102 for (const auto& appData : appProcessData.appDatas) { in HandleAppStateChanged() local
114 for (const auto& appData : appProcessData.appDatas) { in HandleAppStateChanged() local
/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.cpp263 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.h69 std::vector<AppData> appData; member
/foundation/multimedia/histreamer/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.cpp261 void AppScheduler::OnAppStateChanged(const AppExecFwk::AppProcessData &appData) in OnAppStateChanged()
Dability_connect_manager.cpp489const 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/communication/nfc/services/src/nci_adapter/
Dtag_host.cpp306 std::string appData = poll.substr(0, NCI_APP_DATA_LENGTH); in DoTargetTypeIso144433b() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
Dhcodec.cpp289 int32_t HCodec::HdiCallback::EmptyBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in EmptyBufferDone()
297 int32_t HCodec::HdiCallback::FillBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in FillBufferDone()
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
Dapp_scheduler_test.cpp779 AppExecFwk::AppProcessData appData; variable
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_running_manager.cpp548 AppStateData appData; in GetForegroundApplications() local