/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/ |
H A D | data_packer.cpp | 24 #define EXEC_WHEN_GET(isGet, exec) \ argument 26 if (isGet) { \ 154 …l DataPacker::PeekRangeInternal(uint64_t offset, uint32_t size, AVBufferPtr &bufferPtr, bool isGet) in PeekRangeInternal() argument 173 EXEC_WHEN_GET(isGet, currentGet_ = Position(startIndex, firstBufferOffset, offset)); in PeekRangeInternal() 188 EXEC_WHEN_GET(isGet, currentGet_ = Position(startIndex, firstBufferOffset, offset)); in PeekRangeInternal() 196 EXEC_WHEN_GET(isGet, currentGet_ = Position(startIndex, firstBufferOffset, offset)); in PeekRangeInternal()
|
H A D | data_packer.h | 93 bool PeekRangeInternal(uint64_t offset, uint32_t size, AVBufferPtr &bufferPtr, bool isGet);
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/ |
H A D | ability_command.h | 226 …ForAppDebug(int32_t option, std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet); 227 …bool ParseAppDebugParameter(std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet);
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | ability_command.cpp | 659 int32_t option, std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet) in SwitchOptionForAppDebug() argument 683 isGet = true; in SwitchOptionForAppDebug() 694 std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet) in ParseAppDebugParameter() argument 734 if (SwitchOptionForAppDebug(option, bundleName, isPersist, isCancel, isGet)) { in ParseAppDebugParameter() 747 bool isGet = false; in RunAsAppDebugDebugCommand() local 755 if (!ParseAppDebugParameter(bundleName, isPersist, isCancel, isGet)) { in RunAsAppDebugDebugCommand() 762 if (isGet) { in RunAsAppDebugDebugCommand() 781 if (isGet && !debugInfoList.empty()) { in RunAsAppDebugDebugCommand()
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
H A D | napi_account_iam_user_auth.cpp | 115 …v env, napi_callback_info info, CommonAsyncContext *context, napi_value *result, bool isGet = true) in ParseContextForGetSetProperty() argument 136 if (isGet) { in ParseContextForGetSetProperty()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_message_sequence_write.cpp | 1725 napi_status isGet = napi_get_typedarray_info(env, jsTypedArray, &type, in JS_WriteRawDataForTypedArray() local 1727 if (isGet != napi_ok || type != napi_int32_array) { in JS_WriteRawDataForTypedArray() 1809 …napi_status isGet = napi_get_arraybuffer_info(env, argv[ARGV_INDEX_0], (void **)&data, &byteLength… in JS_WriteRawDataBuffer() local 1810 if (isGet != napi_ok) { in JS_WriteRawDataBuffer()
|
H A D | napi_ashmem.cpp | 767 …napi_status isGet = napi_get_arraybuffer_info(env, argv[ARGV_INDEX_0], (void **)&data, &byteLength… in WriteDataToAshmem() local 768 if (isGet != napi_ok) { in WriteDataToAshmem()
|