Home
last modified time | relevance | path

Searched refs:LOG_SA (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_service.cpp56 LOG_SA(INFO) << "aot compiler service is onStart"; in OnStart()
58 LOG_SA(INFO) << "aot compiler service has already started"; in OnStart()
62 LOG_SA(INFO) << "init aot compiler service failed"; in OnStart()
67 LOG_SA(ERROR) << "publish service failed"; in OnStart()
88 LOG_SA(ERROR) << "NULL pointer of unLoadHandler_ error"; in RemoveUnloadTask()
97 LOG_SA(ERROR) << "NULL pointer of unLoadHandler_ error"; in DelayUnloadTask()
104 LOG_SA(ERROR) << "fail to get system ability manager"; in DelayUnloadTask()
109 LOG_SA(ERROR) << "remove system ability failed"; in DelayUnloadTask()
118 LOG_SA(INFO) << "aot compiler service has been onStop"; in OnStop()
128 LOG_SA(DEBU in AotCompiler()
[all...]
H A Daot_compiler_client.cpp33 LOG_SA(ERROR) << "create aot compiler died recipient failed"; in AotCompilerClient()
47 LOG_SA(DEBUG) << "aot compiler function called"; in AotCompiler()
50 LOG_SA(ERROR) << "get aot compiler service failed"; in AotCompiler()
59 LOG_SA(DEBUG) << "aot compiler function called"; in StopAotCompiler()
62 LOG_SA(ERROR) << "get aot compiler service failed"; in StopAotCompiler()
71 LOG_SA(DEBUG) << "aot compiler get AOT version called"; in GetAOTVersion()
74 LOG_SA(ERROR) << "get aot compiler service failed"; in GetAOTVersion()
84 LOG_SA(DEBUG) << "aot compiler check need re-compile called"; in NeedReCompile()
87 LOG_SA(ERROR) << "get aot compiler service failed"; in NeedReCompile()
95 LOG_SA(DEBU in GetAotCompilerProxy()
[all...]
H A Daot_compiler_impl.cpp59 LOG_SA(ERROR) << "trigger exception as converting string to integer"; in FindArgsIdxToInteger()
78 LOG_SA(DEBUG) << arg.first << ": " << arg.second; in PrepareArgs()
87 LOG_SA(ERROR) << "aot compiler Args parsing error"; in PrepareArgs()
112 LOG_SA(INFO) << "begin to drop capabilities"; in DropCapabilities()
117 LOG_SA(ERROR) << "dropCapabilities setgid failed : " << strerror(errno); in DropCapabilities()
121 LOG_SA(ERROR) << "dropCapabilities setuid failed : " << strerror(errno); in DropCapabilities()
126 LOG_SA(ERROR) << "memset_s capHeader failed : " << strerror(errno); in DropCapabilities()
133 LOG_SA(ERROR) << "memset_s capData failed : " << strerror(errno); in DropCapabilities()
137 LOG_SA(ERROR) << "capset failed : " << strerror(errno); in DropCapabilities()
140 LOG_SA(INF in DropCapabilities()
[all...]
H A Daot_compiler_load_callback.cpp26 LOG_SA(ERROR) << "system ability id " << systemAbilityId << " mismatch"; in OnLoadSystemAbilitySuccess()
31 LOG_SA(ERROR) << "remoteObject is nullptr"; in OnLoadSystemAbilitySuccess()
35 LOG_SA(DEBUG) << "load system ability " << systemAbilityId << " succeed"; in OnLoadSystemAbilitySuccess()
42 LOG_SA(ERROR) << "system ability id " << systemAbilityId << " mismatch"; in OnLoadSystemAbilityFail()
46 LOG_SA(DEBUG) << "load system ability " << systemAbilityId << " failed"; in OnLoadSystemAbilityFail()
H A Dpower_disconnected_listener.cpp28 LOG_SA(INFO) << "PowerDisconnectedListener::OnReceiveEvent"; in OnReceiveEvent()
H A Dscreen_status_listener.cpp32 LOG_SA(INFO) << "ScreenStatusSubscriber::OnReceiveEvent"; in OnReceiveEvent()
H A Dthermal_mgr_listener.cpp29 LOG_SA(INFO) << "ThermalMgrListener::OnReceiveEvent"; in OnReceiveEvent()
/arkcompiler/ets_runtime/compiler_service/interface/
H A Daot_compiler_interface_proxy.cpp31 LOG_SA(ERROR) << "Write interface token failed!"; in AotCompiler()
36 LOG_SA(ERROR) << "The map size exceeds the security limit!"; in AotCompiler()
43 LOG_SA(ERROR) << "Write [(it->first)] failed!"; in AotCompiler()
47 LOG_SA(ERROR) << "Write [(it->second)] failed!"; in AotCompiler()
54 LOG_SA(ERROR) << "Remote is nullptr!"; in AotCompiler()
59 LOG_SA(ERROR) << "Send request failed!"; in AotCompiler()
65 LOG_SA(ERROR) << "Read Int32 failed!"; in AotCompiler()
71 LOG_SA(ERROR) << "The vector/array size exceeds the security limit!"; in AotCompiler()
89 LOG_SA(ERROR) << "Write interface token failed!"; in StopAotCompiler()
95 LOG_SA(ERRO in StopAotCompiler()
[all...]
H A Daot_compiler_interface_stub.cpp58 LOG_SA(ERROR) << "The map size exceeds ths security limit!"; in CommandAOTCompiler()
69 LOG_SA(ERROR) << "Write Int32 failed!"; in CommandAOTCompiler()
74 LOG_SA(ERROR) << "The vector size exceeds the security limit!"; in CommandAOTCompiler()
80 LOG_SA(ERROR) << "Write sigData array failed!"; in CommandAOTCompiler()
92 LOG_SA(ERROR) << "Write Int32 failed!"; in CommandStopAOTCompiler()
103 LOG_SA(ERROR) << "Write Int32 failed!"; in CommandGetAOTVersion()
120 LOG_SA(ERROR) << "Write Int32 failed!"; in CommandNeedReCompile()
/arkcompiler/ets_runtime/compiler_service/test/mock/src/ecmascript/
H A Dlog_wrapper.cpp22 std::ostringstream LOG_SA([[maybe_unused]] const Level level) in LOG_SA() function
/arkcompiler/ets_runtime/compiler_service/test/mock/include/ecmascript/
H A Dlog_wrapper.h34 std::ostringstream LOG_SA([[maybe_unused]] const Level level);
/arkcompiler/ets_runtime/ecmascript/
H A Dlog_wrapper.h33 #define LOG_SA(level) ARK_LOG(level, Component::SA) macro

Completed in 4 milliseconds