/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/ |
H A D | intell_voice_engine_stub.h | 33 int32_t AttachInner(MessageParcel &data, MessageParcel &reply);
|
H A D | intell_voice_engine_stub.cpp | 29 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 D | headset_wakeup_engine_impl.h | 58 int32_t AttachInner(const IntellVoiceEngineInfo &info);
|
H A D | headset_wakeup_engine_impl.cpp | 137 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 D | wakeup_engine_impl.h | 55 int32_t AttachInner(const IntellVoiceEngineInfo &info);
|
H A D | wakeup_engine_impl.cpp | 169 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 D | ui_ability_thread.cpp | 155 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 D | fa_ability_thread.cpp | 302 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 D | ui_ability_thread.h | 158 void AttachInner(const std::shared_ptr<AppExecFwk::OHOSApplication> &application,
|
H A D | fa_ability_thread.h | 391 void AttachInner(const std::shared_ptr<AppExecFwk::OHOSApplication> &application,
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
H A D | rdb_store_impl.h | 117 …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 D | rdb_store_impl.h | 210 …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 D | rdb_store_impl.cpp | 1653 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()
|