Home
last modified time | relevance | path

Searched defs:callingCode (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/transaction/
Drs_irender_service_connection_ipc_interface_code_access_verifier_test.cpp57 const std::string callingCode = "test"; variable
71 const std::string callingCode = "debug"; variable
214 const std::string callingCode = "test"; variable
260 const std::string callingCode = "test"; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_security/
Drs_ipc_interface_code_access_verifier_base.cpp153 bool RSInterfaceCodeAccessVerifierBase::IsSystemCalling(const std::string& callingCode) in IsSystemCalling()