Home
last modified time | relevance | path

Searched refs:GetAppInfo (Results 1 - 25 of 28) sorted by relevance

12

/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
H A Dfa_context.h37 const RefPtr<FaAppInfo>& GetAppInfo() const;
H A Dfa_context.cpp34 const RefPtr<FaAppInfo>& FaContext::GetAppInfo() const in GetAppInfo() function in OHOS::Ace::FaContext
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_context.cpp35 const RefPtr<StageAppInfo>& StageContext::GetAppInfo() const in GetAppInfo() function in OHOS::Ace::StageContext
H A Dstage_context.h38 const RefPtr<StageAppInfo>& GetAppInfo() const;
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Di_audio_process_stream.h43 virtual AppInfo GetAppInfo() = 0;
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_parser.h36 const RefPtr<ManifestAppInfo>& GetAppInfo() const;
H A Dmanifest_parser.cpp27 const RefPtr<ManifestAppInfo>& ManifestParser::GetAppInfo() const in GetAppInfo() function in OHOS::Ace::Framework::ManifestParser
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dinner_service_info.h110 const AppInfo GetAppInfo() const in GetAppInfo() function in OHOS::AbilityRuntime::InnerServiceInfo
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/
H A Dtrans_auth_manager.h56 int32_t GetAppInfo(const char *sessionName, int32_t channelId, AppInfo *appInfo, bool isClient);
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dmodule_running_record.h159 const std::shared_ptr<ApplicationInfo> GetAppInfo();
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_process_in_server.h95 AppInfo GetAppInfo() override final;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.h51 void GetAppInfo(std::shared_ptr<OhCloudExtHashMap> briefInfo, DBCloudInfo &cloudInfo);
H A Dcloud_server_impl.cpp81 GetAppInfo(pBriefInfo, result); in GetServerInfo()
85 void CloudServerImpl::GetAppInfo(std::shared_ptr<OhCloudExtHashMap> briefInfo, DBCloudInfo &cloudInfo) in GetAppInfo() function in OHOS::CloudData::CloudServerImpl
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dservice_router_data_mgr.cpp89 innerServiceInfo.GetAppInfo())) { in UpdateBundleInfoLocked()
/foundation/ability/ability_runtime/test/fuzztest/modulerunningrecord_fuzzer/
H A Dmodulerunningrecord_fuzzer.cpp100 moduleRecord.GetAppInfo(); in DoSomethingInterestingWithMyAPI()
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp144 auto appInfo = GetAppInfo(IPCSkeleton::GetCallingTokenID()); in OnStart()
274 auto appInfo = GetAppInfo(IPCSkeleton::GetCallingTokenID()); in DMAdapterInit()
285 auto appInfo = GetAppInfo(IPCSkeleton::GetCallingTokenID()); in ReportUeCopyEvent()
317 auto appInfo = GetAppInfo(IPCSkeleton::GetCallingTokenID()); in Clear()
332 auto appInfo = GetAppInfo(tokenId); in GetRecordValueByType()
403 auto isPrivilegeApp = IsDefaultIME(GetAppInfo(tokenId)); in VerifyPermission()
517 AppInfo PasteboardService::GetAppInfo(uint32_t tokenId) in GetAppInfo() function in OHOS::MiscServices::PasteboardService
557 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_SERVICE, "GetAppInfo error"); in GetAppBundleName()
573 auto appInfo = GetAppInfo(tokenId); in GetPasteData()
620 auto appInfo = GetAppInfo(tokenI in GetData()
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_channel_test.cpp182 ret = GetAppInfo(NULL, TRANS_TEST_CHANNEL_ID, appInfo, isClient); in HWTEST_F()
186 ret = GetAppInfo(g_sessionName, TRANS_TEST_CHANNEL_ID, appInfo, isClient); in HWTEST_F()
190 ret = GetAppInfo(g_sessionName, TRANS_TEST_CHANNEL_ID, appInfo, isClient); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp423 auto appInfo = stageContext->GetAppInfo(); in InitializeAppInfo()
445 auto appInfo = faContext->GetAppInfo(); in InitializeAppInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp512 return manifestParser_->GetAppInfo()->GetAppID(); in GetAppID()
517 return manifestParser_->GetAppInfo()->GetAppName(); in GetAppName()
522 return manifestParser_->GetAppInfo()->GetVersionName(); in GetVersionName()
527 return manifestParser_->GetAppInfo()->GetVersionCode(); in GetVersionCode()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp881 return manifestParser_->GetAppInfo()->GetAppID(); in GetAppID()
886 return manifestParser_->GetAppInfo()->GetAppName(); in GetAppName()
891 return manifestParser_->GetAppInfo()->GetVersionName(); in GetVersionName()
896 return manifestParser_->GetAppInfo()->GetVersionCode(); in GetVersionCode()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp106 delegate->manifestParser_->GetAppInfo()->ParseI18nJsonInfo(); in ParseManifest()
887 return manifestParser_->GetAppInfo()->GetAppID(); in GetAppID()
892 return manifestParser_->GetAppInfo()->GetAppName(); in GetAppName()
897 return manifestParser_->GetAppInfo()->GetVersionName(); in GetVersionName()
902 return manifestParser_->GetAppInfo()->GetVersionCode(); in GetVersionCode()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dmodule_running_record.cpp50 const std::shared_ptr<ApplicationInfo> ModuleRunningRecord::GetAppInfo() in GetAppInfo() function in OHOS::AppExecFwk::ModuleRunningRecord
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_process_in_server.cpp267 AppInfo AudioProcessInServer::GetAppInfo() in GetAppInfo() function in OHOS::AudioStandard::AudioProcessInServer
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h260 static AppInfo GetAppInfo(uint32_t tokenId);
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c623 int32_t GetAppInfo(const char *sessionName, int32_t channelId, AppInfo *appInfo, bool isClient) in GetAppInfo() function
890 if (GetAppInfo(sessionName, info->appInfo.myData.channelId, &info->appInfo, isClient) != SOFTBUS_OK) { in CreateAuthChannelInfo()

Completed in 33 milliseconds

12