Home
last modified time | relevance | path

Searched defs:outResult (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_fd_listener_module_test.cpp161 …auto outResult = handler->AddFileDescriptorListener(fds[1], FILE_DESCRIPTOR_OUTPUT_EVENT, listener, variable
289 …auto outResult = handler->AddFileDescriptorListener(fds[1], FILE_DESCRIPTOR_OUTPUT_EVENT, listener, variable
323 …auto outResult = handler->AddFileDescriptorListener(fds[1], FILE_DESCRIPTOR_OUTPUT_EVENT, listener, variable
423 …auto outResult = handler->AddFileDescriptorListener(fds[1], FILE_DESCRIPTOR_OUTPUT_EVENT, listener, variable
445 …auto outResult = handler->AddFileDescriptorListener(fds[1], FILE_DESCRIPTOR_OUTPUT_EVENT, listener… in AddFileDescriptorHelper() local
H A Devent_handler_press_module_test.cpp216 …auto outResult = handler->AddFileDescriptorListener(fds[1], FILE_DESCRIPTOR_OUTPUT_EVENT, listener, variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.cpp109 … bool outResult = RecorderProfilesFactory::CreateRecorderProfiles().IsAudioRecorderConfigSupported( in IsAudioRecorderConfigSupported() local
260 … bool outResult = RecorderProfilesFactory::CreateRecorderProfiles().HasVideoRecorderProfile( in HasVideoRecorderProfile() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_rsa_cipher.cpp892 int32_t outResult = HksCryptoHalGenerateKey(&testCaseParams.spec, &key); in RunTestCase() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp493 ParseResult &outResult) in CheckAndParsePacket()
527 int ProtocolProto::CheckAndParseFrame(const SerialBuffer *inBuff, ParseResult &outResult) in CheckAndParseFrame()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp40 …tus CheckCreateGattClientDeviceParams(napi_env env, napi_callback_info info, napi_value &outResult) in CheckCreateGattClientDeviceParams()