Home
last modified time | relevance | path

Searched refs:AttachInner (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_engine_stub.h33 int32_t AttachInner(MessageParcel &data, MessageParcel &reply);
H A Dintell_voice_engine_stub.cpp29 MessageParcel &reply) -> int32_t { return this->AttachInner(data, reply); }; in IntellVoiceEngineStub()
87 int32_t IntellVoiceEngineStub::AttachInner(MessageParcel &data, MessageParcel &reply) in AttachInner() function in OHOS::IntellVoiceEngine::IntellVoiceEngineStub
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/
H A Dheadset_wakeup_engine_impl.h58 int32_t AttachInner(const IntellVoiceEngineInfo &info);
H A Dheadset_wakeup_engine_impl.cpp137 int32_t HeadsetWakeupEngineImpl::AttachInner(const IntellVoiceEngineInfo &info) in AttachInner() function in OHOS::IntellVoiceEngine::HeadsetWakeupEngineImpl
204 if (AttachInner(info) != 0) { in HandleInit()
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.h55 int32_t AttachInner(const IntellVoiceEngineInfo &info);
H A Dwakeup_engine_impl.cpp169 int32_t WakeupEngineImpl::AttachInner(const IntellVoiceEngineInfo &info) in AttachInner() function in OHOS::IntellVoiceEngine::WakeupEngineImpl
401 if (AttachInner(info) != 0) { in HandleInit()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability_thread.cpp155 AttachInner(application, abilityRecord, stageContext); in Attach()
158 void UIAbilityThread::AttachInner(const std::shared_ptr<AppExecFwk::OHOSApplication> &application, in AttachInner() function in OHOS::AbilityRuntime::UIAbilityThread
230 AttachInner(application, abilityRecord, stageContext); in Attach()
H A Dfa_ability_thread.cpp302 AttachInner(application, abilityRecord, stageContext); in CreateAbilityName()
305 void FAAbilityThread::AttachInner(const std::shared_ptr<AppExecFwk::OHOSApplication> &application, in CreateAbilityName() function in OHOS::AbilityRuntime::FAAbilityThread
478 AttachInner(application, abilityRecord, stageContext); in CreateAbilityName()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dui_ability_thread.h158 void AttachInner(const std::shared_ptr<AppExecFwk::OHOSApplication> &application,
H A Dfa_ability_thread.h391 void AttachInner(const std::shared_ptr<AppExecFwk::OHOSApplication> &application,
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h117 …int AttachInner(const RdbStoreConfig &config, const std::string &attachName, const std::string &db…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h210 …int AttachInner(const RdbStoreConfig &config, const std::string &attachName, const std::string &db…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1653 int RdbStoreImpl::AttachInner(const RdbStoreConfig &config, const std::string &attachName, const st… in AttachInner() function in OHOS::NativeRdb::RdbStoreImpl
1727 err = AttachInner(config, attachName, dbPath, key, waitTime); in Attach()