Home
last modified time | relevance | path

Searched refs:needRecordName (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h354 void GetCurrentModuleInfo(std::string& moduleName, std::string& fileName, bool needRecordName) override;
H A Dark_native_engine.cpp1798 void ArkNativeEngine::GetCurrentModuleInfo(std::string& moduleName, std::string& fileName, bool needRecordName) in GetCurrentModuleInfo() argument
1801 std::pair<std::string, std::string> moduleInfo = panda::JSNApi::GetCurrentModuleInfo(vm_, needRecordName); in GetCurrentModuleInfo()
1802 moduleName = moduleInfo.first; // if needRecordName is true, then moduleName is recordName. in GetCurrentModuleInfo()
/foundation/arkui/napi/native_engine/
H A Dnative_engine.h398 virtual void GetCurrentModuleInfo(std::string& moduleName, std::string& fileName, bool needRecordName) = 0;

Completed in 7 milliseconds