Home
last modified time | relevance | path

Searched refs:ON_GET_PROPERTY (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Dexecutor_callback_interface_ipc_interface_code.h28 ON_GET_PROPERTY, enumerator
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_callback_proxy_test.cpp153 EXPECT_EQ(code, ExecutorCallbackInterfaceCode::ON_GET_PROPERTY); in __anon60e9bba10502()
160 EXPECT_EQ(code, ExecutorCallbackInterfaceCode::ON_GET_PROPERTY); in __anon60e9bba10602()
H A Dexecutor_callback_stub_test.cpp140 uint32_t code = ExecutorCallbackInterfaceCode::ON_GET_PROPERTY;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Dexecutor_callback_stub.cpp44 case ExecutorCallbackInterfaceCode::ON_GET_PROPERTY: in OnRemoteRequest()
H A Dexecutor_callback_proxy.cpp174 bool ret = SendRequest(ExecutorCallbackInterfaceCode::ON_GET_PROPERTY, data, reply); in OnGetProperty()