Home
last modified time | relevance | path

Searched refs:ON_SET_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.h27 ON_SET_PROPERTY, enumerator
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Dexecutor_callback_stub.cpp42 case ExecutorCallbackInterfaceCode::ON_SET_PROPERTY: in OnRemoteRequest()
H A Dexecutor_callback_proxy.cpp146 bool ret = SendRequest(ExecutorCallbackInterfaceCode::ON_SET_PROPERTY, data, reply); in OnSetProperty()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_callback_stub_test.cpp121 uint32_t code = ExecutorCallbackInterfaceCode::ON_SET_PROPERTY;
H A Dexecutor_callback_proxy_test.cpp132 EXPECT_EQ(code, ExecutorCallbackInterfaceCode::ON_SET_PROPERTY); in __anon60e9bba10402()