Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/memory/
H A Drs_interface_code_access_verifier_base_test.cpp44 const std::string callingCode = "test"; variable
82 …const std::string callingCode = "RSInterfaceCodeAccessVerifierBaseTest::IsStylusServiceCallingTest… variable
238 …const std::string callingCode = "RSIOcclusionChangeCallbackInterfaceCode::ON_OCCLUSION_VISIBLE_CHA… variable
252 …const std::string callingCode = "RSInterfaceCodeAccessVerifierBaseTest::IsStylusServiceCallingTest… variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_security/
H A Drs_ipc_interface_code_access_verifier_base.cpp153 bool RSInterfaceCodeAccessVerifierBase::IsSystemCalling(const std::string& callingCode) in IsSystemCalling()